Shades of Clear Day #DCEBE6
Tints of Clear Day #DCEBE6
RGB
CMYK
RGB Variations
Color information
#DCEBE6 (or 0xDCEBE6) is known color: Clear Day. HEX triplet: DC, EB and E6. RGB value is (220,235,230). Sum of RGB (Red+Green+Blue) = 220+235+230=685 (90% of max value = 765). Red value is 220 (86.33% from 255 or 32.12% from 685); Green value is 235 (92.19% from 255 or 34.31% from 685); Blue value is 230 (90.23% from 255 or 33.58% from 685); Max value from RGB is 235 - color contains mainly: green. Hex color #DCEBE6 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DCEBE6 is #231419. Grayscale: #E5E5E5. Windows color (decimal): -2298906 or 15133660. OLE color: 15133660.
HSL color Cylindrical-coordinate representation of color #DCEBE6: hue angle of 160º degrees, saturation: 0.27, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #DCEBE6 is Cyan = 0.06, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.08.
Color convert
RGB | 220 | 235 | 230 | - |
CMYK | 0.06 | 0 | 0.02 | 0.08 |
HSL | 160º | 0.27% | 0.89% | - |
HSV(B) | 160º | 0.06% | 0.92% | - |
XYZ | 73.51 | 80.35 | 86.5 | - |
YUV | 229.95 | 128.03 | 120.91 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 220 | 235 | 230 | 0.06 | 0 | 0.02 | 0.08 | 160 | 0.27 | 0.89 |
Hex | DC | EB | E6 | 6 | 0 | 2 | 8 | A0 | 1B | 59 |
Octal | 334 | 353 | 346 | 6 | 0 | 2 | 10 | 240 | 33 | 131 |
Binary | 11011100 | 11101011 | 11100110 | 110 | 0 | 10 | 1000 | 10100000 | 11011 | 1011001 |
Color Harmonies of #DCEBE6
Complementary color
Monochromatic Colors of #DCEBE6
Black with #DCEBE6
Text Example
Text Example
White with #DCEBE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCEBE6; }
p { color: rgb(220,235,230); }
H1.HeaderClassName
{
color: #DCEBE6;
}
.AnyTagClassName
{
color: #DCEBE6;
}
</style>
background-color css
<style>
a { background-color: #DCEBE6; }
a { background-color: rgb(220,235,230); }
div.DivClassName
{
background-color: #DCEBE6;
}
.BgClassName
{
background-color: #DCEBE6;
}
</style>
border-color css
<style>
span { border-color: #DCEBE6; }
span { border-color: rgb(220,235,230); }
td.TdClassName
{
border-color: #DCEBE6;
}
.TagClassName
{
border-color: #DCEBE6;
}
</style>