Shades of Reef #DEFDAD
Tints of Reef #DEFDAD
RGB
CMYK
RGB Variations
Color information
#DEFDAD (or 0xDEFDAD) is known color: Reef. HEX triplet: DE, FD and AD. RGB value is (222,253,173). Sum of RGB (Red+Green+Blue) = 222+253+173=648 (85% of max value = 765). Red value is 222 (87.11% from 255 or 34.26% from 648); Green value is 253 (99.22% from 255 or 39.04% from 648); Blue value is 173 (67.97% from 255 or 26.70% from 648); Max value from RGB is 253 - color contains mainly: green. Hex color #DEFDAD is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DEFDAD is #210252. Grayscale: #EAEAEA. Windows color (decimal): -2163283 or 11402718. OLE color: 11402718.
HSL color Cylindrical-coordinate representation of color #DEFDAD: hue angle of 83.25º 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 #DEFDAD is Cyan = 0.12, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 222 | 253 | 173 | - |
| CMYK | 0.12 | 0 | 0.32 | 0.01 |
| HSL | 83.25º | 0.95% | 0.84% | - |
| HSV(B) | 83.25º | 0.32% | 0.99% | - |
| XYZ | 72.79 | 88.8 | 52.84 | - |
| YUV | 234.61 | 93.23 | 119 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 253 | 173 | 0.12 | 0 | 0.32 | 0.01 | 83.25 | 0.95 | 0.84 |
| Hex | DE | FD | AD | C | 0 | 20 | 1 | 53 | 5F | 54 |
| Octal | 336 | 375 | 255 | 14 | 0 | 40 | 1 | 123 | 137 | 124 |
| Binary | 11011110 | 11111101 | 10101101 | 1100 | 0 | 100000 | 1 | 1010011 | 1011111 | 1010100 |
Color Harmonies of #DEFDAD
Complementary color
Monochromatic Colors of #DEFDAD
Black with #DEFDAD
Text Example
Text Example
White with #DEFDAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEFDAD; }
p { color: rgb(222,253,173); }
H1.HeaderClassName
{
color: #DEFDAD;
}
.AnyTagClassName
{
color: #DEFDAD;
}
</style>
background-color css
<style>
a { background-color: #DEFDAD; }
a { background-color: rgb(222,253,173); }
div.DivClassName
{
background-color: #DEFDAD;
}
.BgClassName
{
background-color: #DEFDAD;
}
</style>
border-color css
<style>
span { border-color: #DEFDAD; }
span { border-color: rgb(222,253,173); }
td.TdClassName
{
border-color: #DEFDAD;
}
.TagClassName
{
border-color: #DEFDAD;
}
</style>