#D2FBA8

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

Shades of Reef #D2FBA8

Tints of Reef #D2FBA8

Color information

#D2FBA8 (or 0xD2FBA8) is unknown color: approx Reef. HEX triplet: D2, FB and A8. RGB value is (210,251,168). Sum of RGB (Red+Green+Blue) = 210+251+168=629 (83% of max value = 765). Red value is 210 (82.42% from 255 or 33.39% from 629); Green value is 251 (98.44% from 255 or 39.90% from 629); Blue value is 168 (66.02% from 255 or 26.71% from 629); Max value from RGB is 251 - color contains mainly: green. Hex color #D2FBA8 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D2FBA8 is #2D0457. Grayscale: #E5E5E5. Windows color (decimal): -2950232 or 11074514. OLE color: 11074514.

HSL color Cylindrical-coordinate representation of color #D2FBA8: hue angle of 89.64º degrees, saturation: 0.91, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #D2FBA8 is Cyan = 0.16, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.02.

Color convert

RGB210251168-
CMYK0.1600.330.02
HSL89.64º91.21%82.16%-
HSV(B)89.64º33.07%98.43%-
XYZ68.1485.5249.96-
YUV229.2893.42114.25-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 33.39%
GREEN value IS 251 (98.44% from 255) = 39.90%
BLUE value IS 168 (66.02% from 255) = 26.71%
R=33.39%
G=39.90%
B=26.71%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2102511680.1600.330.0289.6491.2182.16
HexD2FBA81002125a5b52
Octal322373250200412132133122
Binary11010010111110111010100010000010000110101101010110111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2FBA8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2FBA8; }

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

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

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

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

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

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

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

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