Shades of Clear Day #DCFAF1
Tints of Clear Day #DCFAF1
RGB
CMYK
RGB Variations
Color information
#DCFAF1 (or 0xDCFAF1) is known color: Clear Day. HEX triplet: DC, FA and F1. RGB value is (220,250,241). Sum of RGB (Red+Green+Blue) = 220+250+241=711 (94% of max value = 765). Red value is 220 (86.33% from 255 or 30.94% from 711); Green value is 250 (98.05% from 255 or 35.16% from 711); Blue value is 241 (94.53% from 255 or 33.90% from 711); Max value from RGB is 250 - color contains mainly: green. Hex color #DCFAF1 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DCFAF1 is #23050E. Grayscale: #F0F0F0. Windows color (decimal): -2295055 or 15858396. OLE color: 15858396.
HSL color Cylindrical-coordinate representation of color #DCFAF1: hue angle of 162º 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 #DCFAF1 is Cyan = 0.12, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.02.
Color convert
RGB | 220 | 250 | 241 | - |
CMYK | 0.12 | 0 | 0.04 | 0.02 |
HSL | 162º | 0.75% | 0.92% | - |
HSV(B) | 162º | 0.12% | 0.98% | - |
XYZ | 79.58 | 89.94 | 96.38 | - |
YUV | 240 | 128.56 | 113.73 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 220 | 250 | 241 | 0.12 | 0 | 0.04 | 0.02 | 162 | 0.75 | 0.92 |
Hex | DC | FA | F1 | C | 0 | 4 | 2 | A2 | 4B | 5C |
Octal | 334 | 372 | 361 | 14 | 0 | 4 | 2 | 242 | 113 | 134 |
Binary | 11011100 | 11111010 | 11110001 | 1100 | 0 | 100 | 10 | 10100010 | 1001011 | 1011100 |
Color Harmonies of #DCFAF1
Complementary color
Monochromatic Colors of #DCFAF1
Black with #DCFAF1
Text Example
Text Example
White with #DCFAF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCFAF1; }
p { color: rgb(220,250,241); }
H1.HeaderClassName
{
color: #DCFAF1;
}
.AnyTagClassName
{
color: #DCFAF1;
}
</style>
background-color css
<style>
a { background-color: #DCFAF1; }
a { background-color: rgb(220,250,241); }
div.DivClassName
{
background-color: #DCFAF1;
}
.BgClassName
{
background-color: #DCFAF1;
}
</style>
border-color css
<style>
span { border-color: #DCFAF1; }
span { border-color: rgb(220,250,241); }
td.TdClassName
{
border-color: #DCFAF1;
}
.TagClassName
{
border-color: #DCFAF1;
}
</style>