Shades of Clear Day #DCFBEF
Tints of Clear Day #DCFBEF
RGB
CMYK
RGB Variations
Color information
#DCFBEF (or 0xDCFBEF) is known color: Clear Day. HEX triplet: DC, FB and EF. RGB value is (220,251,239). Sum of RGB (Red+Green+Blue) = 220+251+239=710 (94% of max value = 765). Red value is 220 (86.33% from 255 or 30.99% from 710); Green value is 251 (98.44% from 255 or 35.35% from 710); Blue value is 239 (93.75% from 255 or 33.66% from 710); Max value from RGB is 251 - color contains mainly: green. Hex color #DCFBEF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DCFBEF is #230410. Grayscale: #F0F0F0. Windows color (decimal): -2294801 or 15727580. OLE color: 15727580.
HSL color Cylindrical-coordinate representation of color #DCFBEF: hue angle of 156.77º 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 #DCFBEF is Cyan = 0.12, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 220 | 251 | 239 | - |
| CMYK | 0.12 | 0 | 0.05 | 0.02 |
| HSL | 156.77º | 0.79% | 0.92% | - |
| HSV(B) | 156.77º | 0.12% | 0.98% | - |
| XYZ | 79.59 | 90.44 | 94.92 | - |
| YUV | 240.36 | 127.23 | 113.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 251 | 239 | 0.12 | 0 | 0.05 | 0.02 | 156.77 | 0.79 | 0.92 |
| Hex | DC | FB | EF | C | 0 | 5 | 2 | 9D | 4F | 5C |
| Octal | 334 | 373 | 357 | 14 | 0 | 5 | 2 | 235 | 117 | 134 |
| Binary | 11011100 | 11111011 | 11101111 | 1100 | 0 | 101 | 10 | 10011101 | 1001111 | 1011100 |
Color Harmonies of #DCFBEF
Complementary color
Monochromatic Colors of #DCFBEF
Black with #DCFBEF
Text Example
Text Example
White with #DCFBEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCFBEF; }
p { color: rgb(220,251,239); }
H1.HeaderClassName
{
color: #DCFBEF;
}
.AnyTagClassName
{
color: #DCFBEF;
}
</style>
background-color css
<style>
a { background-color: #DCFBEF; }
a { background-color: rgb(220,251,239); }
div.DivClassName
{
background-color: #DCFBEF;
}
.BgClassName
{
background-color: #DCFBEF;
}
</style>
border-color css
<style>
span { border-color: #DCFBEF; }
span { border-color: rgb(220,251,239); }
td.TdClassName
{
border-color: #DCFBEF;
}
.TagClassName
{
border-color: #DCFBEF;
}
</style>