Shades of Reef #DEFDAC
Tints of Reef #DEFDAC
RGB
CMYK
RGB Variations
Color information
#DEFDAC (or 0xDEFDAC) is known color: Reef. HEX triplet: DE, FD and AC. RGB value is (222,253,172). Sum of RGB (Red+Green+Blue) = 222+253+172=647 (85% of max value = 765). Red value is 222 (87.11% from 255 or 34.31% from 647); Green value is 253 (99.22% from 255 or 39.10% from 647); Blue value is 172 (67.58% from 255 or 26.58% from 647); Max value from RGB is 253 - color contains mainly: green. Hex color #DEFDAC is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DEFDAC is #210253. Grayscale: #EAEAEA. Windows color (decimal): -2163284 or 11337182. OLE color: 11337182.
HSL color Cylindrical-coordinate representation of color #DEFDAC: hue angle of 82.96º 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 #DEFDAC is Cyan = 0.12, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 222 | 253 | 172 | - |
| CMYK | 0.12 | 0 | 0.32 | 0.01 |
| HSL | 82.96º | 0.95% | 0.83% | - |
| HSV(B) | 82.96º | 0.32% | 0.99% | - |
| XYZ | 72.7 | 88.76 | 52.33 | - |
| YUV | 234.5 | 92.73 | 119.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 253 | 172 | 0.12 | 0 | 0.32 | 0.01 | 82.96 | 0.95 | 0.83 |
| Hex | DE | FD | AC | C | 0 | 20 | 1 | 53 | 5F | 53 |
| Octal | 336 | 375 | 254 | 14 | 0 | 40 | 1 | 123 | 137 | 123 |
| Binary | 11011110 | 11111101 | 10101100 | 1100 | 0 | 100000 | 1 | 1010011 | 1011111 | 1010011 |
Color Harmonies of #DEFDAC
Complementary color
Monochromatic Colors of #DEFDAC
Black with #DEFDAC
Text Example
Text Example
White with #DEFDAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEFDAC; }
p { color: rgb(222,253,172); }
H1.HeaderClassName
{
color: #DEFDAC;
}
.AnyTagClassName
{
color: #DEFDAC;
}
</style>
background-color css
<style>
a { background-color: #DEFDAC; }
a { background-color: rgb(222,253,172); }
div.DivClassName
{
background-color: #DEFDAC;
}
.BgClassName
{
background-color: #DEFDAC;
}
</style>
border-color css
<style>
span { border-color: #DEFDAC; }
span { border-color: rgb(222,253,172); }
td.TdClassName
{
border-color: #DEFDAC;
}
.TagClassName
{
border-color: #DEFDAC;
}
</style>