#D2FCA4

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

Shades of Reef #D2FCA4

Tints of Reef #D2FCA4

Color information

#D2FCA4 (or 0xD2FCA4) is unknown color: approx Reef. HEX triplet: D2, FC and A4. RGB value is (210,252,164). Sum of RGB (Red+Green+Blue) = 210+252+164=626 (82% of max value = 765). Red value is 210 (82.42% from 255 or 33.55% from 626); Green value is 252 (98.83% from 255 or 40.26% from 626); Blue value is 164 (64.45% from 255 or 26.20% from 626); Max value from RGB is 252 - color contains mainly: green. Hex color #D2FCA4 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D2FCA4 is #2D035B. Grayscale: #E5E5E5. Windows color (decimal): -2949980 or 10812626. OLE color: 10812626.

HSL color Cylindrical-coordinate representation of color #D2FCA4: hue angle of 88.64º degrees, saturation: 0.94, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #D2FCA4 is Cyan = 0.17, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.01.

Color convert

RGB210252164-
CMYK0.1700.350.01
HSL88.64º93.62%81.57%-
HSV(B)88.64º34.92%98.82%-
XYZ68.098648.13-
YUV229.4191.09114.16-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 33.55%
GREEN value IS 252 (98.83% from 255) = 40.26%
BLUE value IS 164 (64.45% from 255) = 26.20%
R=33.55%
G=40.26%
B=26.20%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2102521640.1700.350.0188.6493.6281.57
HexD2FCA4110231595e52
Octal322374244210431131136122
Binary1101001011111100101001001000101000111101100110111101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2FCA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2FCA4; }

 p { color: rgb(210,252,164); }

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

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

 a { background-color: rgb(210,252,164); }

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

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

 span { border-color: rgb(210,252,164); }

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