Shades of Swirl #D9CCC3
Tints of Swirl #D9CCC3
RGB
CMYK
RGB Variations
Color information
#D9CCC3 (or 0xD9CCC3) is known color: Swirl. HEX triplet: D9, CC and C3. RGB value is (217,204,195). Sum of RGB (Red+Green+Blue) = 217+204+195=616 (81% of max value = 765). Red value is 217 (85.16% from 255 or 35.23% from 616); Green value is 204 (80.08% from 255 or 33.12% from 616); Blue value is 195 (76.56% from 255 or 31.66% from 616); Max value from RGB is 217 - color contains mainly: red. Hex color #D9CCC3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D9CCC3 is #26333C. Grayscale: #CECECE. Windows color (decimal): -2503485 or 12831961. OLE color: 12831961.
HSL color Cylindrical-coordinate representation of color #D9CCC3: hue angle of 24.55º degrees, saturation: 0.22, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #D9CCC3 is Cyan = 0, Magento = 0.06, Yellow = 0.10 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 204 | 195 | - |
| CMYK | 0 | 0.06 | 0.10 | 0.15 |
| HSL | 24.55º | 0.22% | 0.81% | - |
| HSV(B) | 24.55º | 0.1% | 0.85% | - |
| XYZ | 60.06 | 61.88 | 60.41 | - |
| YUV | 206.86 | 121.31 | 135.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 204 | 195 | 0 | 0.06 | 0.10 | 0.15 | 24.55 | 0.22 | 0.81 |
| Hex | D9 | CC | C3 | 0 | 6 | A | F | 19 | 16 | 51 |
| Octal | 331 | 314 | 303 | 0 | 6 | 12 | 17 | 31 | 26 | 121 |
| Binary | 11011001 | 11001100 | 11000011 | 0 | 110 | 1010 | 1111 | 11001 | 10110 | 1010001 |
Color Harmonies of #D9CCC3
Complementary color
Monochromatic Colors of #D9CCC3
Black with #D9CCC3
Text Example
Text Example
White with #D9CCC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9CCC3; }
p { color: rgb(217,204,195); }
H1.HeaderClassName
{
color: #D9CCC3;
}
.AnyTagClassName
{
color: #D9CCC3;
}
</style>
background-color css
<style>
a { background-color: #D9CCC3; }
a { background-color: rgb(217,204,195); }
div.DivClassName
{
background-color: #D9CCC3;
}
.BgClassName
{
background-color: #D9CCC3;
}
</style>
border-color css
<style>
span { border-color: #D9CCC3; }
span { border-color: rgb(217,204,195); }
td.TdClassName
{
border-color: #D9CCC3;
}
.TagClassName
{
border-color: #D9CCC3;
}
</style>