Shades of Reef #DEFDAB
Tints of Reef #DEFDAB
RGB
CMYK
RGB Variations
Color information
#DEFDAB (or 0xDEFDAB) is known color: Reef. HEX triplet: DE, FD and AB. RGB value is (222,253,171). Sum of RGB (Red+Green+Blue) = 222+253+171=646 (85% of max value = 765). Red value is 222 (87.11% from 255 or 34.37% from 646); Green value is 253 (99.22% from 255 or 39.16% from 646); Blue value is 171 (67.19% from 255 or 26.47% from 646); Max value from RGB is 253 - color contains mainly: green. Hex color #DEFDAB is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DEFDAB is #210254. Grayscale: #EAEAEA. Windows color (decimal): -2163285 or 11271646. OLE color: 11271646.
HSL color Cylindrical-coordinate representation of color #DEFDAB: hue angle of 82.68º 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 #DEFDAB is Cyan = 0.12, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 222 | 253 | 171 | - |
| CMYK | 0.12 | 0 | 0.32 | 0.01 |
| HSL | 82.68º | 0.95% | 0.83% | - |
| HSV(B) | 82.68º | 0.32% | 0.99% | - |
| XYZ | 72.6 | 88.72 | 51.83 | - |
| YUV | 234.38 | 92.23 | 119.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 253 | 171 | 0.12 | 0 | 0.32 | 0.01 | 82.68 | 0.95 | 0.83 |
| Hex | DE | FD | AB | C | 0 | 20 | 1 | 53 | 5F | 53 |
| Octal | 336 | 375 | 253 | 14 | 0 | 40 | 1 | 123 | 137 | 123 |
| Binary | 11011110 | 11111101 | 10101011 | 1100 | 0 | 100000 | 1 | 1010011 | 1011111 | 1010011 |
Color Harmonies of #DEFDAB
Complementary color
Monochromatic Colors of #DEFDAB
Black with #DEFDAB
Text Example
Text Example
White with #DEFDAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEFDAB; }
p { color: rgb(222,253,171); }
H1.HeaderClassName
{
color: #DEFDAB;
}
.AnyTagClassName
{
color: #DEFDAB;
}
</style>
background-color css
<style>
a { background-color: #DEFDAB; }
a { background-color: rgb(222,253,171); }
div.DivClassName
{
background-color: #DEFDAB;
}
.BgClassName
{
background-color: #DEFDAB;
}
</style>
border-color css
<style>
span { border-color: #DEFDAB; }
span { border-color: rgb(222,253,171); }
td.TdClassName
{
border-color: #DEFDAB;
}
.TagClassName
{
border-color: #DEFDAB;
}
</style>