#D0FAAD

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

Shades of Reef #D0FAAD

Tints of Reef #D0FAAD

Color information

#D0FAAD (or 0xD0FAAD) is unknown color: approx Reef. HEX triplet: D0, FA and AD. RGB value is (208,250,173). Sum of RGB (Red+Green+Blue) = 208+250+173=631 (83% of max value = 765). Red value is 208 (81.64% from 255 or 32.96% from 631); Green value is 250 (98.05% from 255 or 39.62% from 631); Blue value is 173 (67.97% from 255 or 27.42% from 631); Max value from RGB is 250 - color contains mainly: green. Hex color #D0FAAD is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D0FAAD is #2F0552. Grayscale: #E4E4E4. Windows color (decimal): -3081555 or 11401936. OLE color: 11401936.

HSL color Cylindrical-coordinate representation of color #D0FAAD: hue angle of 92.73º degrees, saturation: 0.89, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #D0FAAD is Cyan = 0.17, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.02.

Color convert

RGB208250173-
CMYK0.1700.310.02
HSL92.73º88.51%82.94%-
HSV(B)92.73º30.8%98.04%-
XYZ67.7484.852.33-
YUV228.6696.59113.26-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 32.96%
GREEN value IS 250 (98.05% from 255) = 39.62%
BLUE value IS 173 (67.97% from 255) = 27.42%
R=32.96%
G=39.62%
B=27.42%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2082501730.1700.310.0292.7388.5182.94
HexD0FAAD1101F25d5953
Octal320372255210372135131123
Binary1101000011111010101011011000101111110101110110110011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0FAAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0FAAD; }

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

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

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

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

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

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

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

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