#DCFDAC

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

Shades of Reef #DCFDAC

Tints of Reef #DCFDAC

Color information

#DCFDAC (or 0xDCFDAC) is unknown color: approx Reef. HEX triplet: DC, FD and AC. RGB value is (220,253,172). Sum of RGB (Red+Green+Blue) = 220+253+172=645 (85% of max value = 765). Red value is 220 (86.33% from 255 or 34.11% from 645); Green value is 253 (99.22% from 255 or 39.22% from 645); Blue value is 172 (67.58% from 255 or 26.67% from 645); Max value from RGB is 253 - color contains mainly: green. Hex color #DCFDAC is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DCFDAC is #230253. Grayscale: #EAEAEA. Windows color (decimal): -2294356 or 11337180. OLE color: 11337180.

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

Color convert

RGB220253172-
CMYK0.1300.320.01
HSL84.44º95.29%83.33%-
HSV(B)84.44º32.02%99.22%-
XYZ72.0988.4452.3-
YUV233.993.07118.09-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 34.11%
GREEN value IS 253 (99.22% from 255) = 39.22%
BLUE value IS 172 (67.58% from 255) = 26.67%
R=34.11%
G=39.22%
B=26.67%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2202531720.1300.320.0184.4495.2983.33
HexDCFDACD0201545f53
Octal334375254150401124137123
Binary110111001111110110101100110101000001101010010111111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCFDAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCFDAC; }

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

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

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

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

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

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

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

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