#D2FBAE

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

Shades of Reef #D2FBAE

Tints of Reef #D2FBAE

Color information

#D2FBAE (or 0xD2FBAE) is unknown color: approx Reef. HEX triplet: D2, FB and AE. RGB value is (210,251,174). Sum of RGB (Red+Green+Blue) = 210+251+174=635 (84% of max value = 765). Red value is 210 (82.42% from 255 or 33.07% from 635); Green value is 251 (98.44% from 255 or 39.53% from 635); Blue value is 174 (68.36% from 255 or 27.40% from 635); Max value from RGB is 251 - color contains mainly: green. Hex color #D2FBAE is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D2FBAE is #2D0451. Grayscale: #E6E6E6. Windows color (decimal): -2950226 or 11467730. OLE color: 11467730.

HSL color Cylindrical-coordinate representation of color #D2FBAE: hue angle of 91.95º degrees, saturation: 0.91, 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 #D2FBAE is Cyan = 0.16, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.02.

Color convert

RGB210251174-
CMYK0.1600.310.02
HSL91.95º90.59%83.33%-
HSV(B)91.95º30.68%98.43%-
XYZ68.7285.7552.97-
YUV229.9696.42113.76-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 33.07%
GREEN value IS 251 (98.44% from 255) = 39.53%
BLUE value IS 174 (68.36% from 255) = 27.40%
R=33.07%
G=39.53%
B=27.40%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2102511740.1600.310.0291.9590.5983.33
HexD2FBAE1001F25c5b53
Octal322373256200372134133123
Binary1101001011111011101011101000001111110101110010110111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2FBAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2FBAE; }

 p { color: rgb(210,251,174); }

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

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

 a { background-color: rgb(210,251,174); }

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

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

 span { border-color: rgb(210,251,174); }

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