#DCFDAF

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

Shades of Reef #DCFDAF

Tints of Reef #DCFDAF

Color information

#DCFDAF (or 0xDCFDAF) is unknown color: approx Reef. HEX triplet: DC, FD and AF. RGB value is (220,253,175). Sum of RGB (Red+Green+Blue) = 220+253+175=648 (85% of max value = 765). Red value is 220 (86.33% from 255 or 33.95% from 648); Green value is 253 (99.22% from 255 or 39.04% from 648); Blue value is 175 (68.75% from 255 or 27.01% from 648); Max value from RGB is 253 - color contains mainly: green. Hex color #DCFDAF is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DCFDAF is #230250. Grayscale: #EAEAEA. Windows color (decimal): -2294353 or 11533788. OLE color: 11533788.

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

Color convert

RGB220253175-
CMYK0.1300.310.01
HSL85.38º95.12%83.92%-
HSV(B)85.38º30.83%99.22%-
XYZ72.3888.5653.84-
YUV234.2494.57117.84-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 33.95%
GREEN value IS 253 (99.22% from 255) = 39.04%
BLUE value IS 175 (68.75% from 255) = 27.01%
R=33.95%
G=39.04%
B=27.01%

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
Decimal2202531750.1300.310.0185.3895.1283.92
HexDCFDAFD01F1555f54
Octal334375257150371125137124
Binary11011100111111011010111111010111111101010110111111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCFDAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCFDAF; }

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

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

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

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

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

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

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

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