#D0FAAB

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

Shades of Reef #D0FAAB

Tints of Reef #D0FAAB

Color information

#D0FAAB (or 0xD0FAAB) is unknown color: approx Reef. HEX triplet: D0, FA and AB. RGB value is (208,250,171). Sum of RGB (Red+Green+Blue) = 208+250+171=629 (83% of max value = 765). Red value is 208 (81.64% from 255 or 33.07% from 629); Green value is 250 (98.05% from 255 or 39.75% from 629); Blue value is 171 (67.19% from 255 or 27.19% from 629); Max value from RGB is 250 - color contains mainly: green. Hex color #D0FAAB is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D0FAAB is #2F0554. Grayscale: #E4E4E4. Windows color (decimal): -3081557 or 11270864. OLE color: 11270864.

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

Color convert

RGB208250171-
CMYK0.1700.320.02
HSL91.9º88.76%82.55%-
HSV(B)91.9º31.6%98.04%-
XYZ67.5584.7251.32-
YUV228.4495.59113.42-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 33.07%
GREEN value IS 250 (98.05% from 255) = 39.75%
BLUE value IS 171 (67.19% from 255) = 27.19%
R=33.07%
G=39.75%
B=27.19%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2082501710.1700.320.0291.988.7682.55
HexD0FAAB1102025c5953
Octal320372253210402134131123
Binary11010000111110101010101110001010000010101110010110011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0FAAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0FAAB; }

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

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

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

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

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

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

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

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