Shades of Solitude #DCEAFA
Tints of Solitude #DCEAFA
RGB
CMYK
RGB Variations
Color information
#DCEAFA (or 0xDCEAFA) is known color: Solitude. HEX triplet: DC, EA and FA. RGB value is (220,234,250). Sum of RGB (Red+Green+Blue) = 220+234+250=704 (93% of max value = 765). Red value is 220 (86.33% from 255 or 31.25% from 704); Green value is 234 (91.80% from 255 or 33.24% from 704); Blue value is 250 (98.05% from 255 or 35.51% from 704); Max value from RGB is 250 - color contains mainly: blue. Hex color #DCEAFA is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DCEAFA is #231505. Grayscale: #E7E7E7. Windows color (decimal): -2299142 or 16444124. OLE color: 16444124.
HSL color Cylindrical-coordinate representation of color #DCEAFA: hue angle of 212º 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 #DCEAFA is Cyan = 0.12, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 220 | 234 | 250 | - |
| CMYK | 0.12 | 0.06 | 0 | 0.02 |
| HSL | 212º | 0.75% | 0.92% | - |
| HSV(B) | 212º | 0.12% | 0.98% | - |
| XYZ | 76.19 | 80.96 | 102.05 | - |
| YUV | 231.64 | 138.36 | 119.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 234 | 250 | 0.12 | 0.06 | 0 | 0.02 | 212 | 0.75 | 0.92 |
| Hex | DC | EA | FA | C | 6 | 0 | 2 | D4 | 4B | 5C |
| Octal | 334 | 352 | 372 | 14 | 6 | 0 | 2 | 324 | 113 | 134 |
| Binary | 11011100 | 11101010 | 11111010 | 1100 | 110 | 0 | 10 | 11010100 | 1001011 | 1011100 |
Color Harmonies of #DCEAFA
Complementary color
Monochromatic Colors of #DCEAFA
Black with #DCEAFA
Text Example
Text Example
White with #DCEAFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCEAFA; }
p { color: rgb(220,234,250); }
H1.HeaderClassName
{
color: #DCEAFA;
}
.AnyTagClassName
{
color: #DCEAFA;
}
</style>
background-color css
<style>
a { background-color: #DCEAFA; }
a { background-color: rgb(220,234,250); }
div.DivClassName
{
background-color: #DCEAFA;
}
.BgClassName
{
background-color: #DCEAFA;
}
</style>
border-color css
<style>
span { border-color: #DCEAFA; }
span { border-color: rgb(220,234,250); }
td.TdClassName
{
border-color: #DCEAFA;
}
.TagClassName
{
border-color: #DCEAFA;
}
</style>