#D9FAB2

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

Shades of Reef #D9FAB2

Tints of Reef #D9FAB2

Color information

#D9FAB2 (or 0xD9FAB2) is unknown color: approx Reef. HEX triplet: D9, FA and B2. RGB value is (217,250,178). Sum of RGB (Red+Green+Blue) = 217+250+178=645 (85% of max value = 765). Red value is 217 (85.16% from 255 or 33.64% from 645); Green value is 250 (98.05% from 255 or 38.76% from 645); Blue value is 178 (69.92% from 255 or 27.60% from 645); Max value from RGB is 250 - color contains mainly: green. Hex color #D9FAB2 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D9FAB2 is #26054D. Grayscale: #E8E8E8. Windows color (decimal): -2491726 or 11729625. OLE color: 11729625.

HSL color Cylindrical-coordinate representation of color #D9FAB2: hue angle of 87.5º degrees, saturation: 0.88, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #D9FAB2 is Cyan = 0.13, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.02.

Color convert

RGB217250178-
CMYK0.1300.290.02
HSL87.5º87.8%83.92%-
HSV(B)87.5º28.8%98.04%-
XYZ70.8486.3455.05-
YUV231.9297.57117.35-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 33.64%
GREEN value IS 250 (98.05% from 255) = 38.76%
BLUE value IS 178 (69.92% from 255) = 27.60%
R=33.64%
G=38.76%
B=27.60%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2172501780.1300.290.0287.587.883.92
HexD9FAB2D01D2585854
Octal331372262150352130130124
Binary110110011111101010110010110101110110101100010110001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9FAB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9FAB2; }

 p { color: rgb(217,250,178); }

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

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

 a { background-color: rgb(217,250,178); }

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

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

 span { border-color: rgb(217,250,178); }

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