#D0EEB1

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

Shades of Reef #D0EEB1

Tints of Reef #D0EEB1

Color information

#D0EEB1 (or 0xD0EEB1) is unknown color: approx Reef. HEX triplet: D0, EE and B1. RGB value is (208,238,177). Sum of RGB (Red+Green+Blue) = 208+238+177=623 (82% of max value = 765). Red value is 208 (81.64% from 255 or 33.39% from 623); Green value is 238 (93.36% from 255 or 38.20% from 623); Blue value is 177 (69.53% from 255 or 28.41% from 623); Max value from RGB is 238 - color contains mainly: green. Hex color #D0EEB1 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D0EEB1 is #2F114E. Grayscale: #DEDEDE. Windows color (decimal): -3084623 or 11661008. OLE color: 11661008.

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

Color convert

RGB208238177-
CMYK0.1300.260.07
HSL89.51º64.21%81.37%-
HSV(B)89.51º25.63%93.33%-
XYZ64.5277.7353.2-
YUV222.08102.56117.96-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 33.39%
GREEN value IS 238 (93.36% from 255) = 38.20%
BLUE value IS 177 (69.53% from 255) = 28.41%
R=33.39%
G=38.20%
B=28.41%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2082381770.1300.260.0789.5164.2181.37
HexD0EEB1D01A75a4051
Octal320356261150327132100121
Binary1101000011101110101100011101011010111101101010000001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0EEB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0EEB1; }

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

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

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

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

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

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

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

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