Shades of Perfume #CDB1ED
Tints of Perfume #CDB1ED
RGB
CMYK
RGB Variations
Color information
#CDB1ED (or 0xCDB1ED) is known color: Perfume. HEX triplet: CD, B1 and ED. RGB value is (205,177,237). Sum of RGB (Red+Green+Blue) = 205+177+237=619 (81% of max value = 765). Red value is 205 (80.47% from 255 or 33.12% from 619); Green value is 177 (69.53% from 255 or 28.59% from 619); Blue value is 237 (92.97% from 255 or 38.29% from 619); Max value from RGB is 237 - color contains mainly: blue. Hex color #CDB1ED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CDB1ED is #324E12. Grayscale: #C0C0C0. Windows color (decimal): -3296787 or 15577549. OLE color: 15577549.
HSL color Cylindrical-coordinate representation of color #CDB1ED: hue angle of 268º degrees, saturation: 0.62, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #CDB1ED is Cyan = 0.14, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 205 | 177 | 237 | - |
| CMYK | 0.14 | 0.25 | 0 | 0.07 |
| HSL | 268º | 0.63% | 0.81% | - |
| HSV(B) | 268º | 0.25% | 0.93% | - |
| XYZ | 56.19 | 50.54 | 86.91 | - |
| YUV | 192.21 | 153.28 | 137.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 177 | 237 | 0.14 | 0.25 | 0 | 0.07 | 268 | 0.63 | 0.81 |
| Hex | CD | B1 | ED | E | 19 | 0 | 7 | 10C | 3E | 51 |
| Octal | 315 | 261 | 355 | 16 | 31 | 0 | 7 | 414 | 76 | 121 |
| Binary | 11001101 | 10110001 | 11101101 | 1110 | 11001 | 0 | 111 | 100001100 | 111110 | 1010001 |
Color Harmonies of #CDB1ED
Complementary color
Monochromatic Colors of #CDB1ED
Black with #CDB1ED
Text Example
Text Example
White with #CDB1ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDB1ED; }
p { color: rgb(205,177,237); }
H1.HeaderClassName
{
color: #CDB1ED;
}
.AnyTagClassName
{
color: #CDB1ED;
}
</style>
background-color css
<style>
a { background-color: #CDB1ED; }
a { background-color: rgb(205,177,237); }
div.DivClassName
{
background-color: #CDB1ED;
}
.BgClassName
{
background-color: #CDB1ED;
}
</style>
border-color css
<style>
span { border-color: #CDB1ED; }
span { border-color: rgb(205,177,237); }
td.TdClassName
{
border-color: #CDB1ED;
}
.TagClassName
{
border-color: #CDB1ED;
}
</style>