Shades of Swirl #D7CDC3
Tints of Swirl #D7CDC3
RGB
CMYK
RGB Variations
Color information
#D7CDC3 (or 0xD7CDC3) is known color: Swirl. HEX triplet: D7, CD and C3. RGB value is (215,205,195). Sum of RGB (Red+Green+Blue) = 215+205+195=615 (81% of max value = 765). Red value is 215 (84.38% from 255 or 34.96% from 615); Green value is 205 (80.47% from 255 or 33.33% from 615); Blue value is 195 (76.56% from 255 or 31.71% from 615); Max value from RGB is 215 - color contains mainly: red. Hex color #D7CDC3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D7CDC3 is #28323C. Grayscale: #CECECE. Windows color (decimal): -2634301 or 12832215. OLE color: 12832215.
HSL color Cylindrical-coordinate representation of color #D7CDC3: hue angle of 30º degrees, saturation: 0.2, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #D7CDC3 is Cyan = 0, Magento = 0.05, Yellow = 0.09 and Black (K on CMYK) = 0.16.
Color convert
RGB | 215 | 205 | 195 | - |
CMYK | 0 | 0.05 | 0.09 | 0.16 |
HSL | 30º | 0.2% | 0.8% | - |
HSV(B) | 30º | 0.09% | 0.84% | - |
XYZ | 59.71 | 62.05 | 60.46 | - |
YUV | 206.85 | 121.31 | 133.81 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 215 | 205 | 195 | 0 | 0.05 | 0.09 | 0.16 | 30 | 0.2 | 0.8 |
Hex | D7 | CD | C3 | 0 | 5 | 9 | 10 | 1E | 14 | 50 |
Octal | 327 | 315 | 303 | 0 | 5 | 11 | 20 | 36 | 24 | 120 |
Binary | 11010111 | 11001101 | 11000011 | 0 | 101 | 1001 | 10000 | 11110 | 10100 | 1010000 |
Color Harmonies of #D7CDC3
Complementary color
Monochromatic Colors of #D7CDC3
Black with #D7CDC3
Text Example
Text Example
White with #D7CDC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7CDC3; }
p { color: rgb(215,205,195); }
H1.HeaderClassName
{
color: #D7CDC3;
}
.AnyTagClassName
{
color: #D7CDC3;
}
</style>
background-color css
<style>
a { background-color: #D7CDC3; }
a { background-color: rgb(215,205,195); }
div.DivClassName
{
background-color: #D7CDC3;
}
.BgClassName
{
background-color: #D7CDC3;
}
</style>
border-color css
<style>
span { border-color: #D7CDC3; }
span { border-color: rgb(215,205,195); }
td.TdClassName
{
border-color: #D7CDC3;
}
.TagClassName
{
border-color: #D7CDC3;
}
</style>