Shades of Fog #DCCAF0
Tints of Fog #DCCAF0
RGB
CMYK
RGB Variations
Color information
#DCCAF0 (or 0xDCCAF0) is known color: Fog. HEX triplet: DC, CA and F0. RGB value is (220,202,240). Sum of RGB (Red+Green+Blue) = 220+202+240=662 (87% of max value = 765). Red value is 220 (86.33% from 255 or 33.23% from 662); Green value is 202 (79.30% from 255 or 30.51% from 662); Blue value is 240 (94.14% from 255 or 36.25% from 662); Max value from RGB is 240 - color contains mainly: blue. Hex color #DCCAF0 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DCCAF0 is #23350F. Grayscale: #D3D3D3. Windows color (decimal): -2307344 or 15780572. OLE color: 15780572.
HSL color Cylindrical-coordinate representation of color #DCCAF0: hue angle of 268.42º degrees, saturation: 0.56, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #DCCAF0 is Cyan = 0.08, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
RGB | 220 | 202 | 240 | - |
CMYK | 0.08 | 0.16 | 0 | 0.06 |
HSL | 268.42º | 0.56% | 0.87% | - |
HSV(B) | 268.42º | 0.16% | 0.94% | - |
XYZ | 66.36 | 63.75 | 91.24 | - |
YUV | 211.71 | 143.96 | 133.91 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 220 | 202 | 240 | 0.08 | 0.16 | 0 | 0.06 | 268.42 | 0.56 | 0.87 |
Hex | DC | CA | F0 | 8 | 10 | 0 | 6 | 10C | 38 | 57 |
Octal | 334 | 312 | 360 | 10 | 20 | 0 | 6 | 414 | 70 | 127 |
Binary | 11011100 | 11001010 | 11110000 | 1000 | 10000 | 0 | 110 | 100001100 | 111000 | 1010111 |
Color Harmonies of #DCCAF0
Complementary color
Monochromatic Colors of #DCCAF0
Black with #DCCAF0
Text Example
Text Example
White with #DCCAF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCCAF0; }
p { color: rgb(220,202,240); }
H1.HeaderClassName
{
color: #DCCAF0;
}
.AnyTagClassName
{
color: #DCCAF0;
}
</style>
background-color css
<style>
a { background-color: #DCCAF0; }
a { background-color: rgb(220,202,240); }
div.DivClassName
{
background-color: #DCCAF0;
}
.BgClassName
{
background-color: #DCCAF0;
}
</style>
border-color css
<style>
span { border-color: #DCCAF0; }
span { border-color: rgb(220,202,240); }
td.TdClassName
{
border-color: #DCCAF0;
}
.TagClassName
{
border-color: #DCCAF0;
}
</style>