#D2E8B5

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

Shades of Reef #D2E8B5

Tints of Reef #D2E8B5

Color information

#D2E8B5 (or 0xD2E8B5) is unknown color: approx Reef. HEX triplet: D2, E8 and B5. RGB value is (210,232,181). Sum of RGB (Red+Green+Blue) = 210+232+181=623 (82% of max value = 765). Red value is 210 (82.42% from 255 or 33.71% from 623); Green value is 232 (91.02% from 255 or 37.24% from 623); Blue value is 181 (71.09% from 255 or 29.05% from 623); Max value from RGB is 232 - color contains mainly: green. Hex color #D2E8B5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D2E8B5 is #2D174A. Grayscale: #DBDBDB. Windows color (decimal): -2955083 or 11921618. OLE color: 11921618.

HSL color Cylindrical-coordinate representation of color #D2E8B5: hue angle of 85.88º degrees, saturation: 0.53, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #D2E8B5 is Cyan = 0.09, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.09.

Color convert

RGB210232181-
CMYK0.0900.220.09
HSL85.88º52.58%80.98%-
HSV(B)85.88º21.98%90.98%-
XYZ63.7874.7554.78-
YUV219.61106.21121.15-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 33.71%
GREEN value IS 232 (91.02% from 255) = 37.24%
BLUE value IS 181 (71.09% from 255) = 29.05%
R=33.71%
G=37.24%
B=29.05%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2102321810.0900.220.0985.8852.5880.98
HexD2E8B590169563551
Octal322350265110261112665121
Binary1101001011101000101101011001010110100110101101101011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2E8B5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2E8B5; }

 p { color: rgb(210,232,181); }

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

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

 a { background-color: rgb(210,232,181); }

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

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

 span { border-color: rgb(210,232,181); }

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