Shades of Perfume #CDB2E3
Tints of Perfume #CDB2E3
RGB
CMYK
RGB Variations
Color information
#CDB2E3 (or 0xCDB2E3) is known color: Perfume. HEX triplet: CD, B2 and E3. RGB value is (205,178,227). Sum of RGB (Red+Green+Blue) = 205+178+227=610 (80% of max value = 765). Red value is 205 (80.47% from 255 or 33.61% from 610); Green value is 178 (69.92% from 255 or 29.18% from 610); Blue value is 227 (89.06% from 255 or 37.21% from 610); Max value from RGB is 227 - color contains mainly: blue. Hex color #CDB2E3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CDB2E3 is #324D1C. Grayscale: #BFBFBF. Windows color (decimal): -3296541 or 14922445. OLE color: 14922445.
HSL color Cylindrical-coordinate representation of color #CDB2E3: hue angle of 273.06º degrees, saturation: 0.47, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #CDB2E3 is Cyan = 0.10, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 205 | 178 | 227 | - |
| CMYK | 0.10 | 0.22 | 0 | 0.11 |
| HSL | 273.06º | 0.47% | 0.79% | - |
| HSV(B) | 273.06º | 0.22% | 0.89% | - |
| XYZ | 54.96 | 50.37 | 79.5 | - |
| YUV | 191.66 | 147.95 | 137.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 178 | 227 | 0.10 | 0.22 | 0 | 0.11 | 273.06 | 0.47 | 0.79 |
| Hex | CD | B2 | E3 | A | 16 | 0 | B | 111 | 2F | 4F |
| Octal | 315 | 262 | 343 | 12 | 26 | 0 | 13 | 421 | 57 | 117 |
| Binary | 11001101 | 10110010 | 11100011 | 1010 | 10110 | 0 | 1011 | 100010001 | 101111 | 1001111 |
Color Harmonies of #CDB2E3
Complementary color
Monochromatic Colors of #CDB2E3
Black with #CDB2E3
Text Example
Text Example
White with #CDB2E3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDB2E3; }
p { color: rgb(205,178,227); }
H1.HeaderClassName
{
color: #CDB2E3;
}
.AnyTagClassName
{
color: #CDB2E3;
}
</style>
background-color css
<style>
a { background-color: #CDB2E3; }
a { background-color: rgb(205,178,227); }
div.DivClassName
{
background-color: #CDB2E3;
}
.BgClassName
{
background-color: #CDB2E3;
}
</style>
border-color css
<style>
span { border-color: #CDB2E3; }
span { border-color: rgb(205,178,227); }
td.TdClassName
{
border-color: #CDB2E3;
}
.TagClassName
{
border-color: #CDB2E3;
}
</style>