#D0F8AD

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

Shades of Reef #D0F8AD

Tints of Reef #D0F8AD

Color information

#D0F8AD (or 0xD0F8AD) is unknown color: approx Reef. HEX triplet: D0, F8 and AD. RGB value is (208,248,173). Sum of RGB (Red+Green+Blue) = 208+248+173=629 (83% of max value = 765). Red value is 208 (81.64% from 255 or 33.07% from 629); Green value is 248 (97.27% from 255 or 39.43% from 629); Blue value is 173 (67.97% from 255 or 27.50% from 629); Max value from RGB is 248 - color contains mainly: green. Hex color #D0F8AD is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D0F8AD is #2F0752. Grayscale: #E3E3E3. Windows color (decimal): -3082067 or 11401424. OLE color: 11401424.

HSL color Cylindrical-coordinate representation of color #D0F8AD: hue angle of 92º degrees, saturation: 0.84, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #D0F8AD is Cyan = 0.16, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.03.

Color convert

RGB208248173-
CMYK0.1600.300.03
HSL92º84.27%82.55%-
HSV(B)92º30.24%97.25%-
XYZ67.1283.5652.13-
YUV227.4997.25114.1-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 33.07%
GREEN value IS 248 (97.27% from 255) = 39.43%
BLUE value IS 173 (67.97% from 255) = 27.50%
R=33.07%
G=39.43%
B=27.50%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2082481730.1600.300.039284.2782.55
HexD0F8AD1001E35c5453
Octal320370255200363134124123
Binary1101000011111000101011011000001111011101110010101001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0F8AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0F8AD; }

 p { color: rgb(208,248,173); }

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

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

 a { background-color: rgb(208,248,173); }

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

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

 span { border-color: rgb(208,248,173); }

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