#D0EEA1

Color #D0EEA1 Reef (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Reef #D0EEA1

Tints of Reef #D0EEA1

Color information

#D0EEA1 (or 0xD0EEA1) is unknown color: approx Reef. HEX triplet: D0, EE and A1. RGB value is (208,238,161). Sum of RGB (Red+Green+Blue) = 208+238+161=607 (80% of max value = 765). Red value is 208 (81.64% from 255 or 34.27% from 607); Green value is 238 (93.36% from 255 or 39.21% from 607); Blue value is 161 (63.28% from 255 or 26.52% from 607); Max value from RGB is 238 - color contains mainly: green. Hex color #D0EEA1 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D0EEA1 is #2F115E. Grayscale: #DCDCDC. Windows color (decimal): -3084639 or 10612432. OLE color: 10612432.

HSL color Cylindrical-coordinate representation of color #D0EEA1: hue angle of 83.38º degrees, saturation: 0.69, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #D0EEA1 is Cyan = 0.13, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.07.

Color convert

RGB208238161-
CMYK0.1300.320.07
HSL83.38º69.37%78.24%-
HSV(B)83.38º32.35%93.33%-
XYZ63.0277.1345.28-
YUV220.2594.56119.26-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 208 (81.64% from 255) = 34.27%
GREEN value IS 238 (93.36% from 255) = 39.21%
BLUE value IS 161 (63.28% from 255) = 26.52%
R=34.27%
G=39.21%
B=26.52%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2082381610.1300.320.0783.3869.3778.24
HexD0EEA1D020753454e
Octal320356241150407123105116
Binary11010000111011101010000111010100000111101001110001011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0EEA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0EEA1; }

 p { color: rgb(208,238,161); }

 H1.HeaderClassName
 {
   color: #D0EEA1;
 }
 .AnyTagClassName
 {
   color: #D0EEA1;
 }
</style>
background-color css

<style>
 a { background-color: #D0EEA1; }

 a { background-color: rgb(208,238,161); }

 div.DivClassName
 {
   background-color: #D0EEA1;
 }
 .BgClassName
 {
   background-color: #D0EEA1;
 }
</style>
border-color css

<style>
 span { border-color: #D0EEA1; }

 span { border-color: rgb(208,238,161); }

 td.TdClassName
 {
   border-color: #D0EEA1;
 }
 .TagClassName
 {
   border-color: #D0EEA1;
 }
</style>