#D0E1B4

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

Shades of Reef #D0E1B4

Tints of Reef #D0E1B4

Color information

#D0E1B4 (or 0xD0E1B4) is unknown color: approx Reef. HEX triplet: D0, E1 and B4. RGB value is (208,225,180). Sum of RGB (Red+Green+Blue) = 208+225+180=613 (81% of max value = 765). Red value is 208 (81.64% from 255 or 33.93% from 613); Green value is 225 (88.28% from 255 or 36.70% from 613); Blue value is 180 (70.70% from 255 or 29.36% from 613); Max value from RGB is 225 - color contains mainly: green. Hex color #D0E1B4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D0E1B4 is #2F1E4B. Grayscale: #D6D6D6. Windows color (decimal): -3087948 or 11854288. OLE color: 11854288.

HSL color Cylindrical-coordinate representation of color #D0E1B4: hue angle of 82.67º degrees, saturation: 0.43, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #D0E1B4 is Cyan = 0.08, Magento = 0, Yellow = 0.2 and Black (K on CMYK) = 0.12.

Color convert

RGB208225180-
CMYK0.0800.20.12
HSL82.67º42.86%79.41%-
HSV(B)82.67º20%88.24%-
XYZ61.1870.5653.57-
YUV214.79108.37123.16-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 33.93%
GREEN value IS 225 (88.28% from 255) = 36.70%
BLUE value IS 180 (70.70% from 255) = 29.36%
R=33.93%
G=36.70%
B=29.36%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.2
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2082251800.0800.20.1282.6742.8679.41
HexD0E1B48014C532b4f
Octal320341264100241412353117
Binary1101000011100001101101001000010100110010100111010111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0E1B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0E1B4; }

 p { color: rgb(208,225,180); }

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

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

 a { background-color: rgb(208,225,180); }

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

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

 span { border-color: rgb(208,225,180); }

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