Shades of Blossom #CDACB6
Tints of Blossom #CDACB6
RGB
CMYK
RGB Variations
Color information
#CDACB6 (or 0xCDACB6) is known color: Blossom. HEX triplet: CD, AC and B6. RGB value is (205,172,182). Sum of RGB (Red+Green+Blue) = 205+172+182=559 (74% of max value = 765). Red value is 205 (80.47% from 255 or 36.67% from 559); Green value is 172 (67.58% from 255 or 30.77% from 559); Blue value is 182 (71.48% from 255 or 32.56% from 559); Max value from RGB is 205 - color contains mainly: red. Hex color #CDACB6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CDACB6 is #325349. Grayscale: #B7B7B7. Windows color (decimal): -3298122 or 11971789. OLE color: 11971789.
HSL color Cylindrical-coordinate representation of color #CDACB6: hue angle of 341.82º degrees, saturation: 0.25, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #CDACB6 is Cyan = 0, Magento = 0.16, Yellow = 0.11 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 172 | 182 | - |
| CMYK | 0 | 0.16 | 0.11 | 0.20 |
| HSL | 341.82º | 0.25% | 0.74% | - |
| HSV(B) | 341.82º | 0.16% | 0.8% | - |
| XYZ | 48.37 | 45.86 | 50.56 | - |
| YUV | 183.01 | 127.43 | 143.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 172 | 182 | 0 | 0.16 | 0.11 | 0.20 | 341.82 | 0.25 | 0.74 |
| Hex | CD | AC | B6 | 0 | 10 | B | 14 | 156 | 19 | 4A |
| Octal | 315 | 254 | 266 | 0 | 20 | 13 | 24 | 526 | 31 | 112 |
| Binary | 11001101 | 10101100 | 10110110 | 0 | 10000 | 1011 | 10100 | 101010110 | 11001 | 1001010 |
Color Harmonies of #CDACB6
Complementary color
Monochromatic Colors of #CDACB6
Black with #CDACB6
Text Example
Text Example
White with #CDACB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDACB6; }
p { color: rgb(205,172,182); }
H1.HeaderClassName
{
color: #CDACB6;
}
.AnyTagClassName
{
color: #CDACB6;
}
</style>
background-color css
<style>
a { background-color: #CDACB6; }
a { background-color: rgb(205,172,182); }
div.DivClassName
{
background-color: #CDACB6;
}
.BgClassName
{
background-color: #CDACB6;
}
</style>
border-color css
<style>
span { border-color: #CDACB6; }
span { border-color: rgb(205,172,182); }
td.TdClassName
{
border-color: #CDACB6;
}
.TagClassName
{
border-color: #CDACB6;
}
</style>