#D9FBB2

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

Shades of Reef #D9FBB2

Tints of Reef #D9FBB2

Color information

#D9FBB2 (or 0xD9FBB2) is unknown color: approx Reef. HEX triplet: D9, FB and B2. RGB value is (217,251,178). Sum of RGB (Red+Green+Blue) = 217+251+178=646 (85% of max value = 765). Red value is 217 (85.16% from 255 or 33.59% from 646); Green value is 251 (98.44% from 255 or 38.85% from 646); Blue value is 178 (69.92% from 255 or 27.55% from 646); Max value from RGB is 251 - color contains mainly: green. Hex color #D9FBB2 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D9FBB2 is #26044D. Grayscale: #E8E8E8. Windows color (decimal): -2491470 or 11729881. OLE color: 11729881.

HSL color Cylindrical-coordinate representation of color #D9FBB2: hue angle of 87.95º degrees, saturation: 0.9, 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 #D9FBB2 is Cyan = 0.14, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.02.

Color convert

RGB217251178-
CMYK0.1400.290.02
HSL87.95º90.12%84.12%-
HSV(B)87.95º29.08%98.43%-
XYZ71.1586.9655.15-
YUV232.5197.24116.94-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 33.59%
GREEN value IS 251 (98.44% from 255) = 38.85%
BLUE value IS 178 (69.92% from 255) = 27.55%
R=33.59%
G=38.85%
B=27.55%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2172511780.1400.290.0287.9590.1284.12
HexD9FBB2E01D2585a54
Octal331373262160352130132124
Binary110110011111101110110010111001110110101100010110101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9FBB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9FBB2; }

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

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

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

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

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

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

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

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