#D2FFA8

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

Shades of Reef #D2FFA8

Tints of Reef #D2FFA8

Color information

#D2FFA8 (or 0xD2FFA8) is unknown color: approx Reef. HEX triplet: D2, FF and A8. RGB value is (210,255,168). Sum of RGB (Red+Green+Blue) = 210+255+168=633 (83% of max value = 765). Red value is 210 (82.42% from 255 or 33.18% from 633); Green value is 255 (100% from 255 or 40.28% from 633); Blue value is 168 (66.02% from 255 or 26.54% from 633); Max value from RGB is 255 - color contains mainly: green. Hex color #D2FFA8 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D2FFA8 is #2D0057. Grayscale: #E7E7E7. Windows color (decimal): -2949208 or 11075538. OLE color: 11075538.

HSL color Cylindrical-coordinate representation of color #D2FFA8: hue angle of 91.03º degrees, saturation: 1, lightness: 0.83%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #D2FFA8 is Cyan = 0.18, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.

Color convert

RGB210255168-
CMYK0.1800.340
HSL91.03º100%82.94%-
HSV(B)91.03º34.12%100%-
XYZ69.4188.0550.38-
YUV231.6392.09112.57-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 33.18%
GREEN value IS 255 (100% from 255) = 40.28%
BLUE value IS 168 (66.02% from 255) = 26.54%
R=33.18%
G=40.28%
B=26.54%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2102551680.1800.34091.0310082.94
HexD2FFA81202205b6453
Octal322377250220420133144123
Binary1101001011111111101010001001001000100101101111001001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2FFA8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2FFA8; }

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

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

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

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

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

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

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

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