#D2FDA4

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

Shades of Reef #D2FDA4

Tints of Reef #D2FDA4

Color information

#D2FDA4 (or 0xD2FDA4) is unknown color: approx Reef. HEX triplet: D2, FD and A4. RGB value is (210,253,164). Sum of RGB (Red+Green+Blue) = 210+253+164=627 (83% of max value = 765). Red value is 210 (82.42% from 255 or 33.49% from 627); Green value is 253 (99.22% from 255 or 40.35% from 627); Blue value is 164 (64.45% from 255 or 26.16% from 627); Max value from RGB is 253 - color contains mainly: green. Hex color #D2FDA4 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D2FDA4 is #2D025B. Grayscale: #E6E6E6. Windows color (decimal): -2949724 or 10812882. OLE color: 10812882.

HSL color Cylindrical-coordinate representation of color #D2FDA4: hue angle of 88.99º degrees, saturation: 0.96, 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 #D2FDA4 is Cyan = 0.17, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.01.

Color convert

RGB210253164-
CMYK0.1700.350.01
HSL88.99º95.7%81.76%-
HSV(B)88.99º35.18%99.22%-
XYZ68.486.6348.24-
YUV23090.75113.74-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 33.49%
GREEN value IS 253 (99.22% from 255) = 40.35%
BLUE value IS 164 (64.45% from 255) = 26.16%
R=33.49%
G=40.35%
B=26.16%

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
Decimal2102531640.1700.350.0188.9995.781.76
HexD2FDA4110231596052
Octal322375244210431131140122
Binary1101001011111101101001001000101000111101100111000001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2FDA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2FDA4; }

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

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

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

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

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

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

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

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