Shades of Swirl #D3CFCA
Tints of Swirl #D3CFCA
RGB
CMYK
RGB Variations
Color information
#D3CFCA (or 0xD3CFCA) is known color: Swirl. HEX triplet: D3, CF and CA. RGB value is (211,207,202). Sum of RGB (Red+Green+Blue) = 211+207+202=620 (82% of max value = 765). Red value is 211 (82.81% from 255 or 34.03% from 620); Green value is 207 (81.25% from 255 or 33.39% from 620); Blue value is 202 (79.30% from 255 or 32.58% from 620); Max value from RGB is 211 - color contains mainly: red. Hex color #D3CFCA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D3CFCA is #2C3035. Grayscale: #CFCFCF. Windows color (decimal): -2895926 or 13291475. OLE color: 13291475.
HSL color Cylindrical-coordinate representation of color #D3CFCA: hue angle of 33.33º degrees, saturation: 0.09, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #D3CFCA is Cyan = 0, Magento = 0.02, Yellow = 0.04 and Black (K on CMYK) = 0.17.
Color convert
RGB | 211 | 207 | 202 | - |
CMYK | 0 | 0.02 | 0.04 | 0.17 |
HSL | 33.33º | 0.09% | 0.81% | - |
HSV(B) | 33.33º | 0.04% | 0.83% | - |
XYZ | 59.84 | 62.74 | 64.83 | - |
YUV | 207.63 | 124.83 | 130.41 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 211 | 207 | 202 | 0 | 0.02 | 0.04 | 0.17 | 33.33 | 0.09 | 0.81 |
Hex | D3 | CF | CA | 0 | 2 | 4 | 11 | 21 | 9 | 51 |
Octal | 323 | 317 | 312 | 0 | 2 | 4 | 21 | 41 | 11 | 121 |
Binary | 11010011 | 11001111 | 11001010 | 0 | 10 | 100 | 10001 | 100001 | 1001 | 1010001 |
Color Harmonies of #D3CFCA
Complementary color
Monochromatic Colors of #D3CFCA
Black with #D3CFCA
Text Example
Text Example
White with #D3CFCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3CFCA; }
p { color: rgb(211,207,202); }
H1.HeaderClassName
{
color: #D3CFCA;
}
.AnyTagClassName
{
color: #D3CFCA;
}
</style>
background-color css
<style>
a { background-color: #D3CFCA; }
a { background-color: rgb(211,207,202); }
div.DivClassName
{
background-color: #D3CFCA;
}
.BgClassName
{
background-color: #D3CFCA;
}
</style>
border-color css
<style>
span { border-color: #D3CFCA; }
span { border-color: rgb(211,207,202); }
td.TdClassName
{
border-color: #D3CFCA;
}
.TagClassName
{
border-color: #D3CFCA;
}
</style>