Shades of Blossom #CDA9B3
Tints of Blossom #CDA9B3
RGB
CMYK
RGB Variations
Color information
#CDA9B3 (or 0xCDA9B3) is known color: Blossom. HEX triplet: CD, A9 and B3. RGB value is (205,169,179). Sum of RGB (Red+Green+Blue) = 205+169+179=553 (73% of max value = 765). Red value is 205 (80.47% from 255 or 37.07% from 553); Green value is 169 (66.41% from 255 or 30.56% from 553); Blue value is 179 (70.31% from 255 or 32.37% from 553); Max value from RGB is 205 - color contains mainly: red. Hex color #CDA9B3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CDA9B3 is #32564C. Grayscale: #B4B4B4. Windows color (decimal): -3298893 or 11774413. OLE color: 11774413.
HSL color Cylindrical-coordinate representation of color #CDA9B3: hue angle of 343.33º degrees, saturation: 0.26, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #CDA9B3 is Cyan = 0, Magento = 0.18, Yellow = 0.13 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 169 | 179 | - |
| CMYK | 0 | 0.18 | 0.13 | 0.20 |
| HSL | 343.33º | 0.26% | 0.73% | - |
| HSV(B) | 343.33º | 0.18% | 0.8% | - |
| XYZ | 47.5 | 44.61 | 48.75 | - |
| YUV | 180.9 | 126.93 | 145.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 169 | 179 | 0 | 0.18 | 0.13 | 0.20 | 343.33 | 0.26 | 0.73 |
| Hex | CD | A9 | B3 | 0 | 12 | D | 14 | 157 | 1A | 49 |
| Octal | 315 | 251 | 263 | 0 | 22 | 15 | 24 | 527 | 32 | 111 |
| Binary | 11001101 | 10101001 | 10110011 | 0 | 10010 | 1101 | 10100 | 101010111 | 11010 | 1001001 |
Color Harmonies of #CDA9B3
Complementary color
Monochromatic Colors of #CDA9B3
Black with #CDA9B3
Text Example
Text Example
White with #CDA9B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDA9B3; }
p { color: rgb(205,169,179); }
H1.HeaderClassName
{
color: #CDA9B3;
}
.AnyTagClassName
{
color: #CDA9B3;
}
</style>
background-color css
<style>
a { background-color: #CDA9B3; }
a { background-color: rgb(205,169,179); }
div.DivClassName
{
background-color: #CDA9B3;
}
.BgClassName
{
background-color: #CDA9B3;
}
</style>
border-color css
<style>
span { border-color: #CDA9B3; }
span { border-color: rgb(205,169,179); }
td.TdClassName
{
border-color: #CDA9B3;
}
.TagClassName
{
border-color: #CDA9B3;
}
</style>