Shades of Swirl #D4CBC5
Tints of Swirl #D4CBC5
RGB
CMYK
RGB Variations
Color information
#D4CBC5 (or 0xD4CBC5) is known color: Swirl. HEX triplet: D4, CB and C5. RGB value is (212,203,197). Sum of RGB (Red+Green+Blue) = 212+203+197=612 (81% of max value = 765). Red value is 212 (83.20% from 255 or 34.64% from 612); Green value is 203 (79.69% from 255 or 33.17% from 612); Blue value is 197 (77.34% from 255 or 32.19% from 612); Max value from RGB is 212 - color contains mainly: red. Hex color #D4CBC5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D4CBC5 is #2B343A. Grayscale: #CDCDCD. Windows color (decimal): -2831419 or 12962772. OLE color: 12962772.
HSL color Cylindrical-coordinate representation of color #D4CBC5: hue angle of 24º degrees, saturation: 0.15, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #D4CBC5 is Cyan = 0, Magento = 0.04, Yellow = 0.07 and Black (K on CMYK) = 0.17.
Color convert
RGB | 212 | 203 | 197 | - |
CMYK | 0 | 0.04 | 0.07 | 0.17 |
HSL | 24º | 0.15% | 0.8% | - |
HSV(B) | 24º | 0.07% | 0.83% | - |
XYZ | 58.59 | 60.74 | 61.46 | - |
YUV | 205.01 | 123.48 | 132.99 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 212 | 203 | 197 | 0 | 0.04 | 0.07 | 0.17 | 24 | 0.15 | 0.8 |
Hex | D4 | CB | C5 | 0 | 4 | 7 | 11 | 18 | F | 50 |
Octal | 324 | 313 | 305 | 0 | 4 | 7 | 21 | 30 | 17 | 120 |
Binary | 11010100 | 11001011 | 11000101 | 0 | 100 | 111 | 10001 | 11000 | 1111 | 1010000 |
Color Harmonies of #D4CBC5
Complementary color
Monochromatic Colors of #D4CBC5
Black with #D4CBC5
Text Example
Text Example
White with #D4CBC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4CBC5; }
p { color: rgb(212,203,197); }
H1.HeaderClassName
{
color: #D4CBC5;
}
.AnyTagClassName
{
color: #D4CBC5;
}
</style>
background-color css
<style>
a { background-color: #D4CBC5; }
a { background-color: rgb(212,203,197); }
div.DivClassName
{
background-color: #D4CBC5;
}
.BgClassName
{
background-color: #D4CBC5;
}
</style>
border-color css
<style>
span { border-color: #D4CBC5; }
span { border-color: rgb(212,203,197); }
td.TdClassName
{
border-color: #D4CBC5;
}
.TagClassName
{
border-color: #D4CBC5;
}
</style>