#D0E3A8

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

Shades of Reef #D0E3A8

Tints of Reef #D0E3A8

Color information

#D0E3A8 (or 0xD0E3A8) is unknown color: approx Reef. HEX triplet: D0, E3 and A8. RGB value is (208,227,168). Sum of RGB (Red+Green+Blue) = 208+227+168=603 (79% of max value = 765). Red value is 208 (81.64% from 255 or 34.49% from 603); Green value is 227 (89.06% from 255 or 37.65% from 603); Blue value is 168 (66.02% from 255 or 27.86% from 603); Max value from RGB is 227 - color contains mainly: green. Hex color #D0E3A8 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D0E3A8 is #2F1C57. Grayscale: #D6D6D6. Windows color (decimal): -3087448 or 11068368. OLE color: 11068368.

HSL color Cylindrical-coordinate representation of color #D0E3A8: hue angle of 79.32º degrees, saturation: 0.51, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #D0E3A8 is Cyan = 0.08, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.11.

Color convert

RGB208227168-
CMYK0.0800.260.11
HSL79.32º51.3%77.45%-
HSV(B)79.32º25.99%89.02%-
XYZ60.5571.1847.59-
YUV214.59101.71123.3-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 34.49%
GREEN value IS 227 (89.06% from 255) = 37.65%
BLUE value IS 168 (66.02% from 255) = 27.86%
R=34.49%
G=37.65%
B=27.86%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2082271680.0800.260.1179.3251.377.45
HexD0E3A8801AB4f334d
Octal320343250100321311763115
Binary1101000011100011101010001000011010101110011111100111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0E3A8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0E3A8; }

 p { color: rgb(208,227,168); }

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

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

 a { background-color: rgb(208,227,168); }

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

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

 span { border-color: rgb(208,227,168); }

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