Shades of Perfume #CDA8F1
Tints of Perfume #CDA8F1
RGB
CMYK
RGB Variations
Color information
#CDA8F1 (or 0xCDA8F1) is known color: Perfume. HEX triplet: CD, A8 and F1. RGB value is (205,168,241). Sum of RGB (Red+Green+Blue) = 205+168+241=614 (81% of max value = 765). Red value is 205 (80.47% from 255 or 33.39% from 614); Green value is 168 (66.02% from 255 or 27.36% from 614); Blue value is 241 (94.53% from 255 or 39.25% from 614); Max value from RGB is 241 - color contains mainly: blue. Hex color #CDA8F1 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CDA8F1 is #32570E. Grayscale: #BBBBBB. Windows color (decimal): -3299087 or 15837389. OLE color: 15837389.
HSL color Cylindrical-coordinate representation of color #CDA8F1: hue angle of 270.41º degrees, saturation: 0.72, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #CDA8F1 is Cyan = 0.15, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 205 | 168 | 241 | - |
| CMYK | 0.15 | 0.30 | 0 | 0.05 |
| HSL | 270.41º | 0.72% | 0.8% | - |
| HSV(B) | 270.41º | 0.3% | 0.95% | - |
| XYZ | 55.06 | 47.34 | 89.45 | - |
| YUV | 187.39 | 158.26 | 140.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 168 | 241 | 0.15 | 0.30 | 0 | 0.05 | 270.41 | 0.72 | 0.8 |
| Hex | CD | A8 | F1 | F | 1E | 0 | 5 | 10E | 48 | 50 |
| Octal | 315 | 250 | 361 | 17 | 36 | 0 | 5 | 416 | 110 | 120 |
| Binary | 11001101 | 10101000 | 11110001 | 1111 | 11110 | 0 | 101 | 100001110 | 1001000 | 1010000 |
Color Harmonies of #CDA8F1
Complementary color
Monochromatic Colors of #CDA8F1
Black with #CDA8F1
Text Example
Text Example
White with #CDA8F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDA8F1; }
p { color: rgb(205,168,241); }
H1.HeaderClassName
{
color: #CDA8F1;
}
.AnyTagClassName
{
color: #CDA8F1;
}
</style>
background-color css
<style>
a { background-color: #CDA8F1; }
a { background-color: rgb(205,168,241); }
div.DivClassName
{
background-color: #CDA8F1;
}
.BgClassName
{
background-color: #CDA8F1;
}
</style>
border-color css
<style>
span { border-color: #CDA8F1; }
span { border-color: rgb(205,168,241); }
td.TdClassName
{
border-color: #CDA8F1;
}
.TagClassName
{
border-color: #CDA8F1;
}
</style>