Shades of Perfume #CDADE5
Tints of Perfume #CDADE5
RGB
CMYK
RGB Variations
Color information
#CDADE5 (or 0xCDADE5) is known color: Perfume. HEX triplet: CD, AD and E5. RGB value is (205,173,229). Sum of RGB (Red+Green+Blue) = 205+173+229=607 (80% of max value = 765). Red value is 205 (80.47% from 255 or 33.77% from 607); Green value is 173 (67.97% from 255 or 28.50% from 607); Blue value is 229 (89.84% from 255 or 37.73% from 607); Max value from RGB is 229 - color contains mainly: blue. Hex color #CDADE5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CDADE5 is #32521A. Grayscale: #BCBCBC. Windows color (decimal): -3297819 or 15052237. OLE color: 15052237.
HSL color Cylindrical-coordinate representation of color #CDADE5: hue angle of 274.29º degrees, saturation: 0.52, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #CDADE5 is Cyan = 0.10, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 205 | 173 | 229 | - |
| CMYK | 0.10 | 0.24 | 0 | 0.10 |
| HSL | 274.29º | 0.52% | 0.79% | - |
| HSV(B) | 274.29º | 0.24% | 0.9% | - |
| XYZ | 54.26 | 48.52 | 80.63 | - |
| YUV | 188.95 | 150.6 | 139.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 173 | 229 | 0.10 | 0.24 | 0 | 0.10 | 274.29 | 0.52 | 0.79 |
| Hex | CD | AD | E5 | A | 18 | 0 | A | 112 | 34 | 4F |
| Octal | 315 | 255 | 345 | 12 | 30 | 0 | 12 | 422 | 64 | 117 |
| Binary | 11001101 | 10101101 | 11100101 | 1010 | 11000 | 0 | 1010 | 100010010 | 110100 | 1001111 |
Color Harmonies of #CDADE5
Complementary color
Monochromatic Colors of #CDADE5
Black with #CDADE5
Text Example
Text Example
White with #CDADE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDADE5; }
p { color: rgb(205,173,229); }
H1.HeaderClassName
{
color: #CDADE5;
}
.AnyTagClassName
{
color: #CDADE5;
}
</style>
background-color css
<style>
a { background-color: #CDADE5; }
a { background-color: rgb(205,173,229); }
div.DivClassName
{
background-color: #CDADE5;
}
.BgClassName
{
background-color: #CDADE5;
}
</style>
border-color css
<style>
span { border-color: #CDADE5; }
span { border-color: rgb(205,173,229); }
td.TdClassName
{
border-color: #CDADE5;
}
.TagClassName
{
border-color: #CDADE5;
}
</style>