Shades of Reef #DCFDAC
Tints of Reef #DCFDAC
RGB
CMYK
RGB Variations
Color information
#DCFDAC (or 0xDCFDAC) is known color: 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
RGB | 220 | 253 | 172 | - |
CMYK | 0.13 | 0 | 0.32 | 0.01 |
HSL | 84.44º | 0.95% | 0.83% | - |
HSV(B) | 84.44º | 0.32% | 0.99% | - |
XYZ | 72.09 | 88.44 | 52.3 | - |
YUV | 233.9 | 93.07 | 118.09 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 220 | 253 | 172 | 0.13 | 0 | 0.32 | 0.01 | 84.44 | 0.95 | 0.83 |
Hex | DC | FD | AC | D | 0 | 20 | 1 | 54 | 5F | 53 |
Octal | 334 | 375 | 254 | 15 | 0 | 40 | 1 | 124 | 137 | 123 |
Binary | 11011100 | 11111101 | 10101100 | 1101 | 0 | 100000 | 1 | 1010100 | 1011111 | 1010011 |
Color Harmonies of #DCFDAC
Complementary color
Monochromatic Colors of #DCFDAC
Black with #DCFDAC
Text Example
Text Example
White with #DCFDAC
Text Example
Text Example
HTML Codes & Css Web 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>