Shades of Clear Day #DCFAEE
Tints of Clear Day #DCFAEE
RGB
CMYK
RGB Variations
Color information
#DCFAEE (or 0xDCFAEE) is known color: Clear Day. HEX triplet: DC, FA and EE. RGB value is (220,250,238). Sum of RGB (Red+Green+Blue) = 220+250+238=708 (93% of max value = 765). Red value is 220 (86.33% from 255 or 31.07% from 708); Green value is 250 (98.05% from 255 or 35.31% from 708); Blue value is 238 (93.36% from 255 or 33.62% from 708); Max value from RGB is 250 - color contains mainly: green. Hex color #DCFAEE is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DCFAEE is #230511. Grayscale: #EFEFEF. Windows color (decimal): -2295058 or 15661788. OLE color: 15661788.
HSL color Cylindrical-coordinate representation of color #DCFAEE: hue angle of 156º degrees, saturation: 0.75, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #DCFAEE is Cyan = 0.12, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 220 | 250 | 238 | - |
| CMYK | 0.12 | 0 | 0.05 | 0.02 |
| HSL | 156º | 0.75% | 0.92% | - |
| HSV(B) | 156º | 0.12% | 0.98% | - |
| XYZ | 79.13 | 89.76 | 94.04 | - |
| YUV | 239.66 | 127.06 | 113.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 250 | 238 | 0.12 | 0 | 0.05 | 0.02 | 156 | 0.75 | 0.92 |
| Hex | DC | FA | EE | C | 0 | 5 | 2 | 9C | 4B | 5C |
| Octal | 334 | 372 | 356 | 14 | 0 | 5 | 2 | 234 | 113 | 134 |
| Binary | 11011100 | 11111010 | 11101110 | 1100 | 0 | 101 | 10 | 10011100 | 1001011 | 1011100 |
Color Harmonies of #DCFAEE
Complementary color
Monochromatic Colors of #DCFAEE
Black with #DCFAEE
Text Example
Text Example
White with #DCFAEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCFAEE; }
p { color: rgb(220,250,238); }
H1.HeaderClassName
{
color: #DCFAEE;
}
.AnyTagClassName
{
color: #DCFAEE;
}
</style>
background-color css
<style>
a { background-color: #DCFAEE; }
a { background-color: rgb(220,250,238); }
div.DivClassName
{
background-color: #DCFAEE;
}
.BgClassName
{
background-color: #DCFAEE;
}
</style>
border-color css
<style>
span { border-color: #DCFAEE; }
span { border-color: rgb(220,250,238); }
td.TdClassName
{
border-color: #DCFAEE;
}
.TagClassName
{
border-color: #DCFAEE;
}
</style>