Shades of Clear Day #DCFEEF
Tints of Clear Day #DCFEEF
RGB
CMYK
RGB Variations
Color information
#DCFEEF (or 0xDCFEEF) is known color: Clear Day. HEX triplet: DC, FE and EF. RGB value is (220,254,239). Sum of RGB (Red+Green+Blue) = 220+254+239=713 (94% of max value = 765). Red value is 220 (86.33% from 255 or 30.86% from 713); Green value is 254 (99.61% from 255 or 35.62% from 713); Blue value is 239 (93.75% from 255 or 33.52% from 713); Max value from RGB is 254 - color contains mainly: green. Hex color #DCFEEF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DCFEEF is #230110. Grayscale: #F2F2F2. Windows color (decimal): -2294033 or 15728348. OLE color: 15728348.
HSL color Cylindrical-coordinate representation of color #DCFEEF: hue angle of 153.53º degrees, saturation: 0.94, lightness: 0.93%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #DCFEEF is Cyan = 0.13, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.00.
Color convert
RGB | 220 | 254 | 239 | - |
CMYK | 0.13 | 0 | 0.06 | 0.00 |
HSL | 153.53º | 0.94% | 0.93% | - |
HSV(B) | 153.53º | 0.13% | 1% | - |
XYZ | 80.54 | 92.33 | 95.24 | - |
YUV | 242.12 | 126.24 | 112.22 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 220 | 254 | 239 | 0.13 | 0 | 0.06 | 0.00 | 153.53 | 0.94 | 0.93 |
Hex | DC | FE | EF | D | 0 | 6 | 0 | 9A | 5E | 5D |
Octal | 334 | 376 | 357 | 15 | 0 | 6 | 0 | 232 | 136 | 135 |
Binary | 11011100 | 11111110 | 11101111 | 1101 | 0 | 110 | 0 | 10011010 | 1011110 | 1011101 |
Color Harmonies of #DCFEEF
Complementary color
Monochromatic Colors of #DCFEEF
Black with #DCFEEF
Text Example
Text Example
White with #DCFEEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCFEEF; }
p { color: rgb(220,254,239); }
H1.HeaderClassName
{
color: #DCFEEF;
}
.AnyTagClassName
{
color: #DCFEEF;
}
</style>
background-color css
<style>
a { background-color: #DCFEEF; }
a { background-color: rgb(220,254,239); }
div.DivClassName
{
background-color: #DCFEEF;
}
.BgClassName
{
background-color: #DCFEEF;
}
</style>
border-color css
<style>
span { border-color: #DCFEEF; }
span { border-color: rgb(220,254,239); }
td.TdClassName
{
border-color: #DCFEEF;
}
.TagClassName
{
border-color: #DCFEEF;
}
</style>