#D4FDAE

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

Shades of Reef #D4FDAE

Tints of Reef #D4FDAE

Color information

#D4FDAE (or 0xD4FDAE) is unknown color: approx Reef. HEX triplet: D4, FD and AE. RGB value is (212,253,174). Sum of RGB (Red+Green+Blue) = 212+253+174=639 (84% of max value = 765). Red value is 212 (83.20% from 255 or 33.18% from 639); Green value is 253 (99.22% from 255 or 39.59% from 639); Blue value is 174 (68.36% from 255 or 27.23% from 639); Max value from RGB is 253 - color contains mainly: green. Hex color #D4FDAE is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D4FDAE is #2B0251. Grayscale: #E8E8E8. Windows color (decimal): -2818642 or 11468244. OLE color: 11468244.

HSL color Cylindrical-coordinate representation of color #D4FDAE: hue angle of 91.14º degrees, saturation: 0.95, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #D4FDAE is Cyan = 0.16, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.01.

Color convert

RGB212253174-
CMYK0.1600.310.01
HSL91.14º95.18%83.73%-
HSV(B)91.14º31.23%99.22%-
XYZ69.9287.353.21-
YUV231.7495.42113.92-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 33.18%
GREEN value IS 253 (99.22% from 255) = 39.59%
BLUE value IS 174 (68.36% from 255) = 27.23%
R=33.18%
G=39.59%
B=27.23%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2122531740.1600.310.0191.1495.1883.73
HexD4FDAE1001F15b5f54
Octal324375256200371133137124
Binary110101001111110110101110100000111111101101110111111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4FDAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4FDAE; }

 p { color: rgb(212,253,174); }

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

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

 a { background-color: rgb(212,253,174); }

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

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

 span { border-color: rgb(212,253,174); }

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