#D0E5B5

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

Shades of Reef #D0E5B5

Tints of Reef #D0E5B5

Color information

#D0E5B5 (or 0xD0E5B5) is unknown color: approx Reef. HEX triplet: D0, E5 and B5. RGB value is (208,229,181). Sum of RGB (Red+Green+Blue) = 208+229+181=618 (81% of max value = 765). Red value is 208 (81.64% from 255 or 33.66% from 618); Green value is 229 (89.84% from 255 or 37.06% from 618); Blue value is 181 (71.09% from 255 or 29.29% from 618); Max value from RGB is 229 - color contains mainly: green. Hex color #D0E5B5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D0E5B5 is #2F1A4A. Grayscale: #D9D9D9. Windows color (decimal): -3086923 or 11920848. OLE color: 11920848.

HSL color Cylindrical-coordinate representation of color #D0E5B5: hue angle of 86.25º degrees, saturation: 0.48, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #D0E5B5 is Cyan = 0.09, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.10.

Color convert

RGB208229181-
CMYK0.0900.210.10
HSL86.25º48%80.39%-
HSV(B)86.25º20.96%89.8%-
XYZ62.3772.7854.48-
YUV217.25107.54121.4-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 33.66%
GREEN value IS 229 (89.84% from 255) = 37.06%
BLUE value IS 181 (71.09% from 255) = 29.29%
R=33.66%
G=37.06%
B=29.29%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2082291810.0900.210.1086.254880.39
HexD0E5B59015A563050
Octal320345265110251212660120
Binary1101000011100101101101011001010101101010101101100001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0E5B5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0E5B5; }

 p { color: rgb(208,229,181); }

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

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

 a { background-color: rgb(208,229,181); }

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

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

 span { border-color: rgb(208,229,181); }

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