Shades of Perfume #CDB5E4
Tints of Perfume #CDB5E4
RGB
CMYK
RGB Variations
Color information
#CDB5E4 (or 0xCDB5E4) is known color: Perfume. HEX triplet: CD, B5 and E4. RGB value is (205,181,228). Sum of RGB (Red+Green+Blue) = 205+181+228=614 (81% of max value = 765). Red value is 205 (80.47% from 255 or 33.39% from 614); Green value is 181 (71.09% from 255 or 29.48% from 614); Blue value is 228 (89.45% from 255 or 37.13% from 614); Max value from RGB is 228 - color contains mainly: blue. Hex color #CDB5E4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CDB5E4 is #324A1B. Grayscale: #C1C1C1. Windows color (decimal): -3295772 or 14988749. OLE color: 14988749.
HSL color Cylindrical-coordinate representation of color #CDB5E4: hue angle of 270.64º degrees, saturation: 0.47, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #CDB5E4 is Cyan = 0.10, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
RGB | 205 | 181 | 228 | - |
CMYK | 0.10 | 0.21 | 0 | 0.11 |
HSL | 270.64º | 0.47% | 0.8% | - |
HSV(B) | 270.64º | 0.21% | 0.89% | - |
XYZ | 55.7 | 51.63 | 80.43 | - |
YUV | 193.53 | 147.45 | 136.18 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 205 | 181 | 228 | 0.10 | 0.21 | 0 | 0.11 | 270.64 | 0.47 | 0.8 |
Hex | CD | B5 | E4 | A | 15 | 0 | B | 10F | 2F | 50 |
Octal | 315 | 265 | 344 | 12 | 25 | 0 | 13 | 417 | 57 | 120 |
Binary | 11001101 | 10110101 | 11100100 | 1010 | 10101 | 0 | 1011 | 100001111 | 101111 | 1010000 |
Color Harmonies of #CDB5E4
Complementary color
Monochromatic Colors of #CDB5E4
Black with #CDB5E4
Text Example
Text Example
White with #CDB5E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDB5E4; }
p { color: rgb(205,181,228); }
H1.HeaderClassName
{
color: #CDB5E4;
}
.AnyTagClassName
{
color: #CDB5E4;
}
</style>
background-color css
<style>
a { background-color: #CDB5E4; }
a { background-color: rgb(205,181,228); }
div.DivClassName
{
background-color: #CDB5E4;
}
.BgClassName
{
background-color: #CDB5E4;
}
</style>
border-color css
<style>
span { border-color: #CDB5E4; }
span { border-color: rgb(205,181,228); }
td.TdClassName
{
border-color: #CDB5E4;
}
.TagClassName
{
border-color: #CDB5E4;
}
</style>