Shades of Reef #DDFDAC
Tints of Reef #DDFDAC
RGB
CMYK
RGB Variations
Color information
#DDFDAC (or 0xDDFDAC) is known color: Reef. HEX triplet: DD, FD and AC. RGB value is (221,253,172). Sum of RGB (Red+Green+Blue) = 221+253+172=646 (85% of max value = 765). Red value is 221 (86.72% from 255 or 34.21% from 646); Green value is 253 (99.22% from 255 or 39.16% from 646); Blue value is 172 (67.58% from 255 or 26.63% from 646); Max value from RGB is 253 - color contains mainly: green. Hex color #DDFDAC is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DDFDAC is #220253. Grayscale: #EAEAEA. Windows color (decimal): -2228820 or 11337181. OLE color: 11337181.
HSL color Cylindrical-coordinate representation of color #DDFDAC: hue angle of 83.7º 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 #DDFDAC is Cyan = 0.13, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.01.
Color convert
RGB | 221 | 253 | 172 | - |
CMYK | 0.13 | 0 | 0.32 | 0.01 |
HSL | 83.7º | 0.95% | 0.83% | - |
HSV(B) | 83.7º | 0.32% | 0.99% | - |
XYZ | 72.39 | 88.6 | 52.32 | - |
YUV | 234.2 | 92.9 | 118.59 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 221 | 253 | 172 | 0.13 | 0 | 0.32 | 0.01 | 83.7 | 0.95 | 0.83 |
Hex | DD | FD | AC | D | 0 | 20 | 1 | 54 | 5F | 53 |
Octal | 335 | 375 | 254 | 15 | 0 | 40 | 1 | 124 | 137 | 123 |
Binary | 11011101 | 11111101 | 10101100 | 1101 | 0 | 100000 | 1 | 1010100 | 1011111 | 1010011 |
Color Harmonies of #DDFDAC
Complementary color
Monochromatic Colors of #DDFDAC
Black with #DDFDAC
Text Example
Text Example
White with #DDFDAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDFDAC; }
p { color: rgb(221,253,172); }
H1.HeaderClassName
{
color: #DDFDAC;
}
.AnyTagClassName
{
color: #DDFDAC;
}
</style>
background-color css
<style>
a { background-color: #DDFDAC; }
a { background-color: rgb(221,253,172); }
div.DivClassName
{
background-color: #DDFDAC;
}
.BgClassName
{
background-color: #DDFDAC;
}
</style>
border-color css
<style>
span { border-color: #DDFDAC; }
span { border-color: rgb(221,253,172); }
td.TdClassName
{
border-color: #DDFDAC;
}
.TagClassName
{
border-color: #DDFDAC;
}
</style>