Shades of Reef #DCEFAE
Tints of Reef #DCEFAE
RGB
CMYK
RGB Variations
Color information
#DCEFAE (or 0xDCEFAE) is known color: Reef. HEX triplet: DC, EF and AE. RGB value is (220,239,174). Sum of RGB (Red+Green+Blue) = 220+239+174=633 (83% of max value = 765). Red value is 220 (86.33% from 255 or 34.76% from 633); Green value is 239 (93.75% from 255 or 37.76% from 633); Blue value is 174 (68.36% from 255 or 27.49% from 633); Max value from RGB is 239 - color contains mainly: green. Hex color #DCEFAE is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DCEFAE is #231051. Grayscale: #E2E2E2. Windows color (decimal): -2297938 or 11464668. OLE color: 11464668.
HSL color Cylindrical-coordinate representation of color #DCEFAE: hue angle of 77.54º degrees, saturation: 0.67, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #DCEFAE is Cyan = 0.08, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 220 | 239 | 174 | - |
| CMYK | 0.08 | 0 | 0.27 | 0.06 |
| HSL | 77.54º | 0.67% | 0.81% | - |
| HSV(B) | 77.54º | 0.27% | 0.94% | - |
| XYZ | 68.02 | 80 | 51.9 | - |
| YUV | 225.91 | 98.71 | 123.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 239 | 174 | 0.08 | 0 | 0.27 | 0.06 | 77.54 | 0.67 | 0.81 |
| Hex | DC | EF | AE | 8 | 0 | 1B | 6 | 4E | 43 | 51 |
| Octal | 334 | 357 | 256 | 10 | 0 | 33 | 6 | 116 | 103 | 121 |
| Binary | 11011100 | 11101111 | 10101110 | 1000 | 0 | 11011 | 110 | 1001110 | 1000011 | 1010001 |
Color Harmonies of #DCEFAE
Complementary color
Monochromatic Colors of #DCEFAE
Black with #DCEFAE
Text Example
Text Example
White with #DCEFAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCEFAE; }
p { color: rgb(220,239,174); }
H1.HeaderClassName
{
color: #DCEFAE;
}
.AnyTagClassName
{
color: #DCEFAE;
}
</style>
background-color css
<style>
a { background-color: #DCEFAE; }
a { background-color: rgb(220,239,174); }
div.DivClassName
{
background-color: #DCEFAE;
}
.BgClassName
{
background-color: #DCEFAE;
}
</style>
border-color css
<style>
span { border-color: #DCEFAE; }
span { border-color: rgb(220,239,174); }
td.TdClassName
{
border-color: #DCEFAE;
}
.TagClassName
{
border-color: #DCEFAE;
}
</style>