Shades of Perfume #CDB0E4
Tints of Perfume #CDB0E4
RGB
CMYK
RGB Variations
Color information
#CDB0E4 (or 0xCDB0E4) is known color: Perfume. HEX triplet: CD, B0 and E4. RGB value is (205,176,228). Sum of RGB (Red+Green+Blue) = 205+176+228=609 (80% of max value = 765). Red value is 205 (80.47% from 255 or 33.66% from 609); Green value is 176 (69.14% from 255 or 28.90% from 609); Blue value is 228 (89.45% from 255 or 37.44% from 609); Max value from RGB is 228 - color contains mainly: blue. Hex color #CDB0E4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CDB0E4 is #324F1B. Grayscale: #BEBEBE. Windows color (decimal): -3297052 or 14987469. OLE color: 14987469.
HSL color Cylindrical-coordinate representation of color #CDB0E4: hue angle of 273.46º degrees, saturation: 0.49, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #CDB0E4 is Cyan = 0.10, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 205 | 176 | 228 | - |
| CMYK | 0.10 | 0.23 | 0 | 0.11 |
| HSL | 273.46º | 0.49% | 0.79% | - |
| HSV(B) | 273.46º | 0.23% | 0.89% | - |
| XYZ | 54.71 | 49.63 | 80.1 | - |
| YUV | 190.6 | 149.11 | 138.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 176 | 228 | 0.10 | 0.23 | 0 | 0.11 | 273.46 | 0.49 | 0.79 |
| Hex | CD | B0 | E4 | A | 17 | 0 | B | 111 | 31 | 4F |
| Octal | 315 | 260 | 344 | 12 | 27 | 0 | 13 | 421 | 61 | 117 |
| Binary | 11001101 | 10110000 | 11100100 | 1010 | 10111 | 0 | 1011 | 100010001 | 110001 | 1001111 |
Color Harmonies of #CDB0E4
Complementary color
Monochromatic Colors of #CDB0E4
Black with #CDB0E4
Text Example
Text Example
White with #CDB0E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDB0E4; }
p { color: rgb(205,176,228); }
H1.HeaderClassName
{
color: #CDB0E4;
}
.AnyTagClassName
{
color: #CDB0E4;
}
</style>
background-color css
<style>
a { background-color: #CDB0E4; }
a { background-color: rgb(205,176,228); }
div.DivClassName
{
background-color: #CDB0E4;
}
.BgClassName
{
background-color: #CDB0E4;
}
</style>
border-color css
<style>
span { border-color: #CDB0E4; }
span { border-color: rgb(205,176,228); }
td.TdClassName
{
border-color: #CDB0E4;
}
.TagClassName
{
border-color: #CDB0E4;
}
</style>