Shades of Perfume #CDABF2
Tints of Perfume #CDABF2
RGB
CMYK
RGB Variations
Color information
#CDABF2 (or 0xCDABF2) is known color: Perfume. HEX triplet: CD, AB and F2. RGB value is (205,171,242). Sum of RGB (Red+Green+Blue) = 205+171+242=618 (81% of max value = 765). Red value is 205 (80.47% from 255 or 33.17% from 618); Green value is 171 (67.19% from 255 or 27.67% from 618); Blue value is 242 (94.92% from 255 or 39.16% from 618); Max value from RGB is 242 - color contains mainly: blue. Hex color #CDABF2 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CDABF2 is #32540D. Grayscale: #BDBDBD. Windows color (decimal): -3298318 or 15903693. OLE color: 15903693.
HSL color Cylindrical-coordinate representation of color #CDABF2: hue angle of 268.73º degrees, saturation: 0.73, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #CDABF2 is Cyan = 0.15, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 205 | 171 | 242 | - |
| CMYK | 0.15 | 0.29 | 0 | 0.05 |
| HSL | 268.73º | 0.73% | 0.81% | - |
| HSV(B) | 268.73º | 0.29% | 0.95% | - |
| XYZ | 55.77 | 48.52 | 90.43 | - |
| YUV | 189.26 | 157.76 | 139.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 171 | 242 | 0.15 | 0.29 | 0 | 0.05 | 268.73 | 0.73 | 0.81 |
| Hex | CD | AB | F2 | F | 1D | 0 | 5 | 10D | 49 | 51 |
| Octal | 315 | 253 | 362 | 17 | 35 | 0 | 5 | 415 | 111 | 121 |
| Binary | 11001101 | 10101011 | 11110010 | 1111 | 11101 | 0 | 101 | 100001101 | 1001001 | 1010001 |
Color Harmonies of #CDABF2
Complementary color
Monochromatic Colors of #CDABF2
Black with #CDABF2
Text Example
Text Example
White with #CDABF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDABF2; }
p { color: rgb(205,171,242); }
H1.HeaderClassName
{
color: #CDABF2;
}
.AnyTagClassName
{
color: #CDABF2;
}
</style>
background-color css
<style>
a { background-color: #CDABF2; }
a { background-color: rgb(205,171,242); }
div.DivClassName
{
background-color: #CDABF2;
}
.BgClassName
{
background-color: #CDABF2;
}
</style>
border-color css
<style>
span { border-color: #CDABF2; }
span { border-color: rgb(205,171,242); }
td.TdClassName
{
border-color: #CDABF2;
}
.TagClassName
{
border-color: #CDABF2;
}
</style>