Shades of Reef #DCFDAD
Tints of Reef #DCFDAD
RGB
CMYK
RGB Variations
Color information
#DCFDAD (or 0xDCFDAD) is known color: Reef. HEX triplet: DC, FD and AD. RGB value is (220,253,173). Sum of RGB (Red+Green+Blue) = 220+253+173=646 (85% of max value = 765). Red value is 220 (86.33% from 255 or 34.06% from 646); Green value is 253 (99.22% from 255 or 39.16% from 646); Blue value is 173 (67.97% from 255 or 26.78% from 646); Max value from RGB is 253 - color contains mainly: green. Hex color #DCFDAD is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DCFDAD is #230252. Grayscale: #EAEAEA. Windows color (decimal): -2294355 or 11402716. OLE color: 11402716.
HSL color Cylindrical-coordinate representation of color #DCFDAD: hue angle of 84.75º degrees, saturation: 0.95, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #DCFDAD is Cyan = 0.13, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.01.
Color convert
RGB | 220 | 253 | 173 | - |
CMYK | 0.13 | 0 | 0.32 | 0.01 |
HSL | 84.75º | 0.95% | 0.84% | - |
HSV(B) | 84.75º | 0.32% | 0.99% | - |
XYZ | 72.18 | 88.48 | 52.81 | - |
YUV | 234.01 | 93.57 | 118 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 220 | 253 | 173 | 0.13 | 0 | 0.32 | 0.01 | 84.75 | 0.95 | 0.84 |
Hex | DC | FD | AD | D | 0 | 20 | 1 | 55 | 5F | 54 |
Octal | 334 | 375 | 255 | 15 | 0 | 40 | 1 | 125 | 137 | 124 |
Binary | 11011100 | 11111101 | 10101101 | 1101 | 0 | 100000 | 1 | 1010101 | 1011111 | 1010100 |
Color Harmonies of #DCFDAD
Complementary color
Monochromatic Colors of #DCFDAD
Black with #DCFDAD
Text Example
Text Example
White with #DCFDAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCFDAD; }
p { color: rgb(220,253,173); }
H1.HeaderClassName
{
color: #DCFDAD;
}
.AnyTagClassName
{
color: #DCFDAD;
}
</style>
background-color css
<style>
a { background-color: #DCFDAD; }
a { background-color: rgb(220,253,173); }
div.DivClassName
{
background-color: #DCFDAD;
}
.BgClassName
{
background-color: #DCFDAD;
}
</style>
border-color css
<style>
span { border-color: #DCFDAD; }
span { border-color: rgb(220,253,173); }
td.TdClassName
{
border-color: #DCFDAD;
}
.TagClassName
{
border-color: #DCFDAD;
}
</style>