Shades of Clear Day #DCFCEF
Tints of Clear Day #DCFCEF
RGB
CMYK
RGB Variations
Color information
#DCFCEF (or 0xDCFCEF) is known color: Clear Day. HEX triplet: DC, FC and EF. RGB value is (220,252,239). Sum of RGB (Red+Green+Blue) = 220+252+239=711 (94% of max value = 765). Red value is 220 (86.33% from 255 or 30.94% from 711); Green value is 252 (98.83% from 255 or 35.44% from 711); Blue value is 239 (93.75% from 255 or 33.61% from 711); Max value from RGB is 252 - color contains mainly: green. Hex color #DCFCEF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DCFCEF is #230310. Grayscale: #F0F0F0. Windows color (decimal): -2294545 or 15727836. OLE color: 15727836.
HSL color Cylindrical-coordinate representation of color #DCFCEF: hue angle of 155.62º degrees, saturation: 0.84, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #DCFCEF is Cyan = 0.13, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.01.
Color convert
RGB | 220 | 252 | 239 | - |
CMYK | 0.13 | 0 | 0.05 | 0.01 |
HSL | 155.63º | 0.84% | 0.93% | - |
HSV(B) | 155.63º | 0.13% | 0.99% | - |
XYZ | 79.91 | 91.07 | 95.03 | - |
YUV | 240.95 | 126.9 | 113.06 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 220 | 252 | 239 | 0.13 | 0 | 0.05 | 0.01 | 155.63 | 0.84 | 0.93 |
Hex | DC | FC | EF | D | 0 | 5 | 1 | 9C | 54 | 5D |
Octal | 334 | 374 | 357 | 15 | 0 | 5 | 1 | 234 | 124 | 135 |
Binary | 11011100 | 11111100 | 11101111 | 1101 | 0 | 101 | 1 | 10011100 | 1010100 | 1011101 |
Color Harmonies of #DCFCEF
Complementary color
Monochromatic Colors of #DCFCEF
Black with #DCFCEF
Text Example
Text Example
White with #DCFCEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCFCEF; }
p { color: rgb(220,252,239); }
H1.HeaderClassName
{
color: #DCFCEF;
}
.AnyTagClassName
{
color: #DCFCEF;
}
</style>
background-color css
<style>
a { background-color: #DCFCEF; }
a { background-color: rgb(220,252,239); }
div.DivClassName
{
background-color: #DCFCEF;
}
.BgClassName
{
background-color: #DCFCEF;
}
</style>
border-color css
<style>
span { border-color: #DCFCEF; }
span { border-color: rgb(220,252,239); }
td.TdClassName
{
border-color: #DCFCEF;
}
.TagClassName
{
border-color: #DCFCEF;
}
</style>