Shades of Swirl #D1CAC4
Tints of Swirl #D1CAC4
RGB
CMYK
RGB Variations
Color information
#D1CAC4 (or 0xD1CAC4) is known color: Swirl. HEX triplet: D1, CA and C4. RGB value is (209,202,196). Sum of RGB (Red+Green+Blue) = 209+202+196=607 (80% of max value = 765). Red value is 209 (82.03% from 255 or 34.43% from 607); Green value is 202 (79.30% from 255 or 33.28% from 607); Blue value is 196 (76.95% from 255 or 32.29% from 607); Max value from RGB is 209 - color contains mainly: red. Hex color #D1CAC4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D1CAC4 is #2E353B. Grayscale: #CBCBCB. Windows color (decimal): -3028284 or 12896977. OLE color: 12896977.
HSL color Cylindrical-coordinate representation of color #D1CAC4: hue angle of 27.69º degrees, saturation: 0.12, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #D1CAC4 is Cyan = 0, Magento = 0.03, Yellow = 0.06 and Black (K on CMYK) = 0.18.
Color convert
RGB | 209 | 202 | 196 | - |
CMYK | 0 | 0.03 | 0.06 | 0.18 |
HSL | 27.69º | 0.12% | 0.79% | - |
HSV(B) | 27.69º | 0.06% | 0.82% | - |
XYZ | 57.38 | 59.78 | 60.74 | - |
YUV | 203.41 | 123.82 | 131.99 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 209 | 202 | 196 | 0 | 0.03 | 0.06 | 0.18 | 27.69 | 0.12 | 0.79 |
Hex | D1 | CA | C4 | 0 | 3 | 6 | 12 | 1C | C | 4F |
Octal | 321 | 312 | 304 | 0 | 3 | 6 | 22 | 34 | 14 | 117 |
Binary | 11010001 | 11001010 | 11000100 | 0 | 11 | 110 | 10010 | 11100 | 1100 | 1001111 |
Color Harmonies of #D1CAC4
Complementary color
Monochromatic Colors of #D1CAC4
Black with #D1CAC4
Text Example
Text Example
White with #D1CAC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1CAC4; }
p { color: rgb(209,202,196); }
H1.HeaderClassName
{
color: #D1CAC4;
}
.AnyTagClassName
{
color: #D1CAC4;
}
</style>
background-color css
<style>
a { background-color: #D1CAC4; }
a { background-color: rgb(209,202,196); }
div.DivClassName
{
background-color: #D1CAC4;
}
.BgClassName
{
background-color: #D1CAC4;
}
</style>
border-color css
<style>
span { border-color: #D1CAC4; }
span { border-color: rgb(209,202,196); }
td.TdClassName
{
border-color: #D1CAC4;
}
.TagClassName
{
border-color: #D1CAC4;
}
</style>