Shades of Clear Day #DCFAED
Tints of Clear Day #DCFAED
RGB
CMYK
RGB Variations
Color information
#DCFAED (or 0xDCFAED) is known color: Clear Day. HEX triplet: DC, FA and ED. RGB value is (220,250,237). Sum of RGB (Red+Green+Blue) = 220+250+237=707 (93% of max value = 765). Red value is 220 (86.33% from 255 or 31.12% from 707); Green value is 250 (98.05% from 255 or 35.36% from 707); Blue value is 237 (92.97% from 255 or 33.52% from 707); Max value from RGB is 250 - color contains mainly: green. Hex color #DCFAED is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DCFAED is #230512. Grayscale: #EFEFEF. Windows color (decimal): -2295059 or 15596252. OLE color: 15596252.
HSL color Cylindrical-coordinate representation of color #DCFAED: hue angle of 154º degrees, saturation: 0.75, 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 #DCFAED is Cyan = 0.12, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.02.
Color convert
RGB | 220 | 250 | 237 | - |
CMYK | 0.12 | 0 | 0.05 | 0.02 |
HSL | 154º | 0.75% | 0.92% | - |
HSV(B) | 154º | 0.12% | 0.98% | - |
XYZ | 78.99 | 89.7 | 93.27 | - |
YUV | 239.55 | 126.56 | 114.06 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 220 | 250 | 237 | 0.12 | 0 | 0.05 | 0.02 | 154 | 0.75 | 0.92 |
Hex | DC | FA | ED | C | 0 | 5 | 2 | 9A | 4B | 5C |
Octal | 334 | 372 | 355 | 14 | 0 | 5 | 2 | 232 | 113 | 134 |
Binary | 11011100 | 11111010 | 11101101 | 1100 | 0 | 101 | 10 | 10011010 | 1001011 | 1011100 |
Color Harmonies of #DCFAED
Complementary color
Monochromatic Colors of #DCFAED
Black with #DCFAED
Text Example
Text Example
White with #DCFAED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCFAED; }
p { color: rgb(220,250,237); }
H1.HeaderClassName
{
color: #DCFAED;
}
.AnyTagClassName
{
color: #DCFAED;
}
</style>
background-color css
<style>
a { background-color: #DCFAED; }
a { background-color: rgb(220,250,237); }
div.DivClassName
{
background-color: #DCFAED;
}
.BgClassName
{
background-color: #DCFAED;
}
</style>
border-color css
<style>
span { border-color: #DCFAED; }
span { border-color: rgb(220,250,237); }
td.TdClassName
{
border-color: #DCFAED;
}
.TagClassName
{
border-color: #DCFAED;
}
</style>