Shades of Clear Day #DCFBEE
Tints of Clear Day #DCFBEE
RGB
CMYK
RGB Variations
Color information
#DCFBEE (or 0xDCFBEE) is known color: Clear Day. HEX triplet: DC, FB and EE. RGB value is (220,251,238). Sum of RGB (Red+Green+Blue) = 220+251+238=709 (93% of max value = 765). Red value is 220 (86.33% from 255 or 31.03% from 709); Green value is 251 (98.44% from 255 or 35.40% from 709); Blue value is 238 (93.36% from 255 or 33.57% from 709); Max value from RGB is 251 - color contains mainly: green. Hex color #DCFBEE is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DCFBEE is #230411. Grayscale: #F0F0F0. Windows color (decimal): -2294802 or 15662044. OLE color: 15662044.
HSL color Cylindrical-coordinate representation of color #DCFBEE: hue angle of 154.84º degrees, saturation: 0.79, 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 #DCFBEE is Cyan = 0.12, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 220 | 251 | 238 | - |
| CMYK | 0.12 | 0 | 0.05 | 0.02 |
| HSL | 154.84º | 0.79% | 0.92% | - |
| HSV(B) | 154.84º | 0.12% | 0.98% | - |
| XYZ | 79.45 | 90.38 | 94.15 | - |
| YUV | 240.25 | 126.73 | 113.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 251 | 238 | 0.12 | 0 | 0.05 | 0.02 | 154.84 | 0.79 | 0.92 |
| Hex | DC | FB | EE | C | 0 | 5 | 2 | 9B | 4F | 5C |
| Octal | 334 | 373 | 356 | 14 | 0 | 5 | 2 | 233 | 117 | 134 |
| Binary | 11011100 | 11111011 | 11101110 | 1100 | 0 | 101 | 10 | 10011011 | 1001111 | 1011100 |
Color Harmonies of #DCFBEE
Complementary color
Monochromatic Colors of #DCFBEE
Black with #DCFBEE
Text Example
Text Example
White with #DCFBEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCFBEE; }
p { color: rgb(220,251,238); }
H1.HeaderClassName
{
color: #DCFBEE;
}
.AnyTagClassName
{
color: #DCFBEE;
}
</style>
background-color css
<style>
a { background-color: #DCFBEE; }
a { background-color: rgb(220,251,238); }
div.DivClassName
{
background-color: #DCFBEE;
}
.BgClassName
{
background-color: #DCFBEE;
}
</style>
border-color css
<style>
span { border-color: #DCFBEE; }
span { border-color: rgb(220,251,238); }
td.TdClassName
{
border-color: #DCFBEE;
}
.TagClassName
{
border-color: #DCFBEE;
}
</style>