Shades of Reef #DCEFAB
Tints of Reef #DCEFAB
RGB
CMYK
RGB Variations
Color information
#DCEFAB (or 0xDCEFAB) is known color: Reef. HEX triplet: DC, EF and AB. RGB value is (220,239,171). Sum of RGB (Red+Green+Blue) = 220+239+171=630 (83% of max value = 765). Red value is 220 (86.33% from 255 or 34.92% from 630); Green value is 239 (93.75% from 255 or 37.94% from 630); Blue value is 171 (67.19% from 255 or 27.14% from 630); Max value from RGB is 239 - color contains mainly: green. Hex color #DCEFAB is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DCEFAB is #231054. Grayscale: #E1E1E1. Windows color (decimal): -2297941 or 11268060. OLE color: 11268060.
HSL color Cylindrical-coordinate representation of color #DCEFAB: hue angle of 76.76º degrees, saturation: 0.68, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #DCEFAB is Cyan = 0.08, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 220 | 239 | 171 | - |
| CMYK | 0.08 | 0 | 0.28 | 0.06 |
| HSL | 76.76º | 0.68% | 0.8% | - |
| HSV(B) | 76.76º | 0.28% | 0.94% | - |
| XYZ | 67.73 | 79.89 | 50.38 | - |
| YUV | 225.57 | 97.21 | 124.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 239 | 171 | 0.08 | 0 | 0.28 | 0.06 | 76.76 | 0.68 | 0.8 |
| Hex | DC | EF | AB | 8 | 0 | 1C | 6 | 4D | 44 | 50 |
| Octal | 334 | 357 | 253 | 10 | 0 | 34 | 6 | 115 | 104 | 120 |
| Binary | 11011100 | 11101111 | 10101011 | 1000 | 0 | 11100 | 110 | 1001101 | 1000100 | 1010000 |
Color Harmonies of #DCEFAB
Complementary color
Monochromatic Colors of #DCEFAB
Black with #DCEFAB
Text Example
Text Example
White with #DCEFAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCEFAB; }
p { color: rgb(220,239,171); }
H1.HeaderClassName
{
color: #DCEFAB;
}
.AnyTagClassName
{
color: #DCEFAB;
}
</style>
background-color css
<style>
a { background-color: #DCEFAB; }
a { background-color: rgb(220,239,171); }
div.DivClassName
{
background-color: #DCEFAB;
}
.BgClassName
{
background-color: #DCEFAB;
}
</style>
border-color css
<style>
span { border-color: #DCEFAB; }
span { border-color: rgb(220,239,171); }
td.TdClassName
{
border-color: #DCEFAB;
}
.TagClassName
{
border-color: #DCEFAB;
}
</style>