#DCFDAE

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

Shades of Reef #DCFDAE

Tints of Reef #DCFDAE

Color information

#DCFDAE (or 0xDCFDAE) is unknown color: approx Reef. HEX triplet: DC, FD and AE. RGB value is (220,253,174). Sum of RGB (Red+Green+Blue) = 220+253+174=647 (85% of max value = 765). Red value is 220 (86.33% from 255 or 34.00% from 647); Green value is 253 (99.22% from 255 or 39.10% from 647); Blue value is 174 (68.36% from 255 or 26.89% from 647); Max value from RGB is 253 - color contains mainly: green. Hex color #DCFDAE is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DCFDAE is #230251. Grayscale: #EAEAEA. Windows color (decimal): -2294354 or 11468252. OLE color: 11468252.

HSL color Cylindrical-coordinate representation of color #DCFDAE: hue angle of 85.06º 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 #DCFDAE is Cyan = 0.13, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.01.

Color convert

RGB220253174-
CMYK0.1300.310.01
HSL85.06º95.18%83.73%-
HSV(B)85.06º31.23%99.22%-
XYZ72.2888.5253.32-
YUV234.1394.07117.92-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 34.00%
GREEN value IS 253 (99.22% from 255) = 39.10%
BLUE value IS 174 (68.36% from 255) = 26.89%
R=34.00%
G=39.10%
B=26.89%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2202531740.1300.310.0185.0695.1883.73
HexDCFDAED01F1555f54
Octal334375256150371125137124
Binary11011100111111011010111011010111111101010110111111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCFDAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCFDAE; }

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

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

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

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

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

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

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

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