Shades of Clear Day #DCFEF0
Tints of Clear Day #DCFEF0
RGB
CMYK
RGB Variations
Color information
#DCFEF0 (or 0xDCFEF0) is known color: Clear Day. HEX triplet: DC, FE and F0. RGB value is (220,254,240). Sum of RGB (Red+Green+Blue) = 220+254+240=714 (94% of max value = 765). Red value is 220 (86.33% from 255 or 30.81% from 714); Green value is 254 (99.61% from 255 or 35.57% from 714); Blue value is 240 (94.14% from 255 or 33.61% from 714); Max value from RGB is 254 - color contains mainly: green. Hex color #DCFEF0 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DCFEF0 is #23010F. Grayscale: #F2F2F2. Windows color (decimal): -2294032 or 15793884. OLE color: 15793884.
HSL color Cylindrical-coordinate representation of color #DCFEF0: hue angle of 155.29º 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 #DCFEF0 is Cyan = 0.13, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.00.
Color convert
RGB | 220 | 254 | 240 | - |
CMYK | 0.13 | 0 | 0.06 | 0.00 |
HSL | 155.29º | 0.94% | 0.93% | - |
HSV(B) | 155.29º | 0.13% | 1% | - |
XYZ | 80.69 | 92.39 | 96.02 | - |
YUV | 242.24 | 126.74 | 112.14 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 220 | 254 | 240 | 0.13 | 0 | 0.06 | 0.00 | 155.29 | 0.94 | 0.93 |
Hex | DC | FE | F0 | D | 0 | 6 | 0 | 9B | 5E | 5D |
Octal | 334 | 376 | 360 | 15 | 0 | 6 | 0 | 233 | 136 | 135 |
Binary | 11011100 | 11111110 | 11110000 | 1101 | 0 | 110 | 0 | 10011011 | 1011110 | 1011101 |
Color Harmonies of #DCFEF0
Complementary color
Monochromatic Colors of #DCFEF0
Black with #DCFEF0
Text Example
Text Example
White with #DCFEF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCFEF0; }
p { color: rgb(220,254,240); }
H1.HeaderClassName
{
color: #DCFEF0;
}
.AnyTagClassName
{
color: #DCFEF0;
}
</style>
background-color css
<style>
a { background-color: #DCFEF0; }
a { background-color: rgb(220,254,240); }
div.DivClassName
{
background-color: #DCFEF0;
}
.BgClassName
{
background-color: #DCFEF0;
}
</style>
border-color css
<style>
span { border-color: #DCFEF0; }
span { border-color: rgb(220,254,240); }
td.TdClassName
{
border-color: #DCFEF0;
}
.TagClassName
{
border-color: #DCFEF0;
}
</style>