Shades of Reef #DCFDAA
Tints of Reef #DCFDAA
RGB
CMYK
RGB Variations
Color information
#DCFDAA (or 0xDCFDAA) is known color: Reef. HEX triplet: DC, FD and AA. RGB value is (220,253,170). Sum of RGB (Red+Green+Blue) = 220+253+170=643 (85% of max value = 765). Red value is 220 (86.33% from 255 or 34.21% from 643); Green value is 253 (99.22% from 255 or 39.35% from 643); Blue value is 170 (66.80% from 255 or 26.44% from 643); Max value from RGB is 253 - color contains mainly: green. Hex color #DCFDAA is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DCFDAA is #230255. Grayscale: #E9E9E9. Windows color (decimal): -2294358 or 11206108. OLE color: 11206108.
HSL color Cylindrical-coordinate representation of color #DCFDAA: hue angle of 83.86º degrees, saturation: 0.95, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #DCFDAA is Cyan = 0.13, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.01.
Color convert
RGB | 220 | 253 | 170 | - |
CMYK | 0.13 | 0 | 0.33 | 0.01 |
HSL | 83.86º | 0.95% | 0.83% | - |
HSV(B) | 83.86º | 0.33% | 0.99% | - |
XYZ | 71.9 | 88.37 | 51.3 | - |
YUV | 233.67 | 92.07 | 118.25 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 220 | 253 | 170 | 0.13 | 0 | 0.33 | 0.01 | 83.86 | 0.95 | 0.83 |
Hex | DC | FD | AA | D | 0 | 21 | 1 | 54 | 5F | 53 |
Octal | 334 | 375 | 252 | 15 | 0 | 41 | 1 | 124 | 137 | 123 |
Binary | 11011100 | 11111101 | 10101010 | 1101 | 0 | 100001 | 1 | 1010100 | 1011111 | 1010011 |
Color Harmonies of #DCFDAA
Complementary color
Monochromatic Colors of #DCFDAA
Black with #DCFDAA
Text Example
Text Example
White with #DCFDAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCFDAA; }
p { color: rgb(220,253,170); }
H1.HeaderClassName
{
color: #DCFDAA;
}
.AnyTagClassName
{
color: #DCFDAA;
}
</style>
background-color css
<style>
a { background-color: #DCFDAA; }
a { background-color: rgb(220,253,170); }
div.DivClassName
{
background-color: #DCFDAA;
}
.BgClassName
{
background-color: #DCFDAA;
}
</style>
border-color css
<style>
span { border-color: #DCFDAA; }
span { border-color: rgb(220,253,170); }
td.TdClassName
{
border-color: #DCFDAA;
}
.TagClassName
{
border-color: #DCFDAA;
}
</style>