Shades of Swirl #D1CDCA
Tints of Swirl #D1CDCA
RGB
CMYK
RGB Variations
Color information
#D1CDCA (or 0xD1CDCA) is known color: Swirl. HEX triplet: D1, CD and CA. RGB value is (209,205,202). Sum of RGB (Red+Green+Blue) = 209+205+202=616 (81% of max value = 765). Red value is 209 (82.03% from 255 or 33.93% from 616); Green value is 205 (80.47% from 255 or 33.28% from 616); Blue value is 202 (79.30% from 255 or 32.79% from 616); Max value from RGB is 209 - color contains mainly: red. Hex color #D1CDCA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D1CDCA is #2E3235. Grayscale: #CDCDCD. Windows color (decimal): -3027510 or 13290961. OLE color: 13290961.
HSL color Cylindrical-coordinate representation of color #D1CDCA: hue angle of 25.71º degrees, saturation: 0.07, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #D1CDCA is Cyan = 0, Magento = 0.02, Yellow = 0.03 and Black (K on CMYK) = 0.18.
Color convert
RGB | 209 | 205 | 202 | - |
CMYK | 0 | 0.02 | 0.03 | 0.18 |
HSL | 25.71º | 0.07% | 0.81% | - |
HSV(B) | 25.71º | 0.03% | 0.82% | - |
XYZ | 58.79 | 61.48 | 64.65 | - |
YUV | 205.85 | 125.83 | 130.24 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 209 | 205 | 202 | 0 | 0.02 | 0.03 | 0.18 | 25.71 | 0.07 | 0.81 |
Hex | D1 | CD | CA | 0 | 2 | 3 | 12 | 1A | 7 | 51 |
Octal | 321 | 315 | 312 | 0 | 2 | 3 | 22 | 32 | 7 | 121 |
Binary | 11010001 | 11001101 | 11001010 | 0 | 10 | 11 | 10010 | 11010 | 111 | 1010001 |
Color Harmonies of #D1CDCA
Complementary color
Monochromatic Colors of #D1CDCA
Black with #D1CDCA
Text Example
Text Example
White with #D1CDCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1CDCA; }
p { color: rgb(209,205,202); }
H1.HeaderClassName
{
color: #D1CDCA;
}
.AnyTagClassName
{
color: #D1CDCA;
}
</style>
background-color css
<style>
a { background-color: #D1CDCA; }
a { background-color: rgb(209,205,202); }
div.DivClassName
{
background-color: #D1CDCA;
}
.BgClassName
{
background-color: #D1CDCA;
}
</style>
border-color css
<style>
span { border-color: #D1CDCA; }
span { border-color: rgb(209,205,202); }
td.TdClassName
{
border-color: #D1CDCA;
}
.TagClassName
{
border-color: #D1CDCA;
}
</style>