Shades of Swirl #D4CDC7
Tints of Swirl #D4CDC7
RGB
CMYK
RGB Variations
Color information
#D4CDC7 (or 0xD4CDC7) is known color: Swirl. HEX triplet: D4, CD and C7. RGB value is (212,205,199). Sum of RGB (Red+Green+Blue) = 212+205+199=616 (81% of max value = 765). Red value is 212 (83.20% from 255 or 34.42% from 616); Green value is 205 (80.47% from 255 or 33.28% from 616); Blue value is 199 (78.12% from 255 or 32.31% from 616); Max value from RGB is 212 - color contains mainly: red. Hex color #D4CDC7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D4CDC7 is #2B3238. Grayscale: #CECECE. Windows color (decimal): -2830905 or 13094356. OLE color: 13094356.
HSL color Cylindrical-coordinate representation of color #D4CDC7: hue angle of 27.69º degrees, saturation: 0.13, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #D4CDC7 is Cyan = 0, Magento = 0.03, Yellow = 0.06 and Black (K on CMYK) = 0.17.
Color convert
RGB | 212 | 205 | 199 | - |
CMYK | 0 | 0.03 | 0.06 | 0.17 |
HSL | 27.69º | 0.13% | 0.81% | - |
HSV(B) | 27.69º | 0.06% | 0.83% | - |
XYZ | 59.29 | 61.78 | 62.83 | - |
YUV | 206.41 | 123.82 | 131.99 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 212 | 205 | 199 | 0 | 0.03 | 0.06 | 0.17 | 27.69 | 0.13 | 0.81 |
Hex | D4 | CD | C7 | 0 | 3 | 6 | 11 | 1C | D | 51 |
Octal | 324 | 315 | 307 | 0 | 3 | 6 | 21 | 34 | 15 | 121 |
Binary | 11010100 | 11001101 | 11000111 | 0 | 11 | 110 | 10001 | 11100 | 1101 | 1010001 |
Color Harmonies of #D4CDC7
Complementary color
Monochromatic Colors of #D4CDC7
Black with #D4CDC7
Text Example
Text Example
White with #D4CDC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4CDC7; }
p { color: rgb(212,205,199); }
H1.HeaderClassName
{
color: #D4CDC7;
}
.AnyTagClassName
{
color: #D4CDC7;
}
</style>
background-color css
<style>
a { background-color: #D4CDC7; }
a { background-color: rgb(212,205,199); }
div.DivClassName
{
background-color: #D4CDC7;
}
.BgClassName
{
background-color: #D4CDC7;
}
</style>
border-color css
<style>
span { border-color: #D4CDC7; }
span { border-color: rgb(212,205,199); }
td.TdClassName
{
border-color: #D4CDC7;
}
.TagClassName
{
border-color: #D4CDC7;
}
</style>