Shades of Blossom #CDA7B3
Tints of Blossom #CDA7B3
RGB
CMYK
RGB Variations
Color information
#CDA7B3 (or 0xCDA7B3) is known color: Blossom. HEX triplet: CD, A7 and B3. RGB value is (205,167,179). Sum of RGB (Red+Green+Blue) = 205+167+179=551 (72% of max value = 765). Red value is 205 (80.47% from 255 or 37.21% from 551); Green value is 167 (65.62% from 255 or 30.31% from 551); Blue value is 179 (70.31% from 255 or 32.49% from 551); Max value from RGB is 205 - color contains mainly: red. Hex color #CDA7B3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CDA7B3 is #32584C. Grayscale: #B3B3B3. Windows color (decimal): -3299405 or 11773901. OLE color: 11773901.
HSL color Cylindrical-coordinate representation of color #CDA7B3: hue angle of 341.05º degrees, saturation: 0.28, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #CDA7B3 is Cyan = 0, Magento = 0.19, Yellow = 0.13 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 167 | 179 | - |
| CMYK | 0 | 0.19 | 0.13 | 0.20 |
| HSL | 341.05º | 0.28% | 0.73% | - |
| HSV(B) | 341.05º | 0.19% | 0.8% | - |
| XYZ | 47.13 | 43.87 | 48.63 | - |
| YUV | 179.73 | 127.59 | 146.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 167 | 179 | 0 | 0.19 | 0.13 | 0.20 | 341.05 | 0.28 | 0.73 |
| Hex | CD | A7 | B3 | 0 | 13 | D | 14 | 155 | 1C | 49 |
| Octal | 315 | 247 | 263 | 0 | 23 | 15 | 24 | 525 | 34 | 111 |
| Binary | 11001101 | 10100111 | 10110011 | 0 | 10011 | 1101 | 10100 | 101010101 | 11100 | 1001001 |
Color Harmonies of #CDA7B3
Complementary color
Monochromatic Colors of #CDA7B3
Black with #CDA7B3
Text Example
Text Example
White with #CDA7B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDA7B3; }
p { color: rgb(205,167,179); }
H1.HeaderClassName
{
color: #CDA7B3;
}
.AnyTagClassName
{
color: #CDA7B3;
}
</style>
background-color css
<style>
a { background-color: #CDA7B3; }
a { background-color: rgb(205,167,179); }
div.DivClassName
{
background-color: #CDA7B3;
}
.BgClassName
{
background-color: #CDA7B3;
}
</style>
border-color css
<style>
span { border-color: #CDA7B3; }
span { border-color: rgb(205,167,179); }
td.TdClassName
{
border-color: #CDA7B3;
}
.TagClassName
{
border-color: #CDA7B3;
}
</style>