Shades of Perfume #CDB0EF
Tints of Perfume #CDB0EF
RGB
CMYK
RGB Variations
Color information
#CDB0EF (or 0xCDB0EF) is known color: Perfume. HEX triplet: CD, B0 and EF. RGB value is (205,176,239). Sum of RGB (Red+Green+Blue) = 205+176+239=620 (82% of max value = 765). Red value is 205 (80.47% from 255 or 33.06% from 620); Green value is 176 (69.14% from 255 or 28.39% from 620); Blue value is 239 (93.75% from 255 or 38.55% from 620); Max value from RGB is 239 - color contains mainly: blue. Hex color #CDB0EF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CDB0EF is #324F10. Grayscale: #BFBFBF. Windows color (decimal): -3297041 or 15708365. OLE color: 15708365.
HSL color Cylindrical-coordinate representation of color #CDB0EF: hue angle of 267.62º degrees, saturation: 0.66, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #CDB0EF is Cyan = 0.14, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 205 | 176 | 239 | - |
| CMYK | 0.14 | 0.26 | 0 | 0.06 |
| HSL | 267.62º | 0.66% | 0.81% | - |
| HSV(B) | 267.62º | 0.26% | 0.94% | - |
| XYZ | 56.28 | 50.26 | 88.4 | - |
| YUV | 191.85 | 154.61 | 137.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 176 | 239 | 0.14 | 0.26 | 0 | 0.06 | 267.62 | 0.66 | 0.81 |
| Hex | CD | B0 | EF | E | 1A | 0 | 6 | 10C | 42 | 51 |
| Octal | 315 | 260 | 357 | 16 | 32 | 0 | 6 | 414 | 102 | 121 |
| Binary | 11001101 | 10110000 | 11101111 | 1110 | 11010 | 0 | 110 | 100001100 | 1000010 | 1010001 |
Color Harmonies of #CDB0EF
Complementary color
Monochromatic Colors of #CDB0EF
Black with #CDB0EF
Text Example
Text Example
White with #CDB0EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDB0EF; }
p { color: rgb(205,176,239); }
H1.HeaderClassName
{
color: #CDB0EF;
}
.AnyTagClassName
{
color: #CDB0EF;
}
</style>
background-color css
<style>
a { background-color: #CDB0EF; }
a { background-color: rgb(205,176,239); }
div.DivClassName
{
background-color: #CDB0EF;
}
.BgClassName
{
background-color: #CDB0EF;
}
</style>
border-color css
<style>
span { border-color: #CDB0EF; }
span { border-color: rgb(205,176,239); }
td.TdClassName
{
border-color: #CDB0EF;
}
.TagClassName
{
border-color: #CDB0EF;
}
</style>