Shades of Perfume #CDAFE8
Tints of Perfume #CDAFE8
RGB
CMYK
RGB Variations
Color information
#CDAFE8 (or 0xCDAFE8) is known color: Perfume. HEX triplet: CD, AF and E8. RGB value is (205,175,232). Sum of RGB (Red+Green+Blue) = 205+175+232=612 (81% of max value = 765). Red value is 205 (80.47% from 255 or 33.50% from 612); Green value is 175 (68.75% from 255 or 28.59% from 612); Blue value is 232 (91.02% from 255 or 37.91% from 612); Max value from RGB is 232 - color contains mainly: blue. Hex color #CDAFE8 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CDAFE8 is #325017. Grayscale: #BEBEBE. Windows color (decimal): -3297304 or 15249357. OLE color: 15249357.
HSL color Cylindrical-coordinate representation of color #CDAFE8: hue angle of 271.58º degrees, saturation: 0.55, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #CDAFE8 is Cyan = 0.12, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 205 | 175 | 232 | - |
| CMYK | 0.12 | 0.25 | 0 | 0.09 |
| HSL | 271.58º | 0.55% | 0.8% | - |
| HSV(B) | 271.58º | 0.25% | 0.91% | - |
| XYZ | 55.07 | 49.47 | 82.99 | - |
| YUV | 190.47 | 151.44 | 138.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 175 | 232 | 0.12 | 0.25 | 0 | 0.09 | 271.58 | 0.55 | 0.8 |
| Hex | CD | AF | E8 | C | 19 | 0 | 9 | 110 | 37 | 50 |
| Octal | 315 | 257 | 350 | 14 | 31 | 0 | 11 | 420 | 67 | 120 |
| Binary | 11001101 | 10101111 | 11101000 | 1100 | 11001 | 0 | 1001 | 100010000 | 110111 | 1010000 |
Color Harmonies of #CDAFE8
Complementary color
Monochromatic Colors of #CDAFE8
Black with #CDAFE8
Text Example
Text Example
White with #CDAFE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDAFE8; }
p { color: rgb(205,175,232); }
H1.HeaderClassName
{
color: #CDAFE8;
}
.AnyTagClassName
{
color: #CDAFE8;
}
</style>
background-color css
<style>
a { background-color: #CDAFE8; }
a { background-color: rgb(205,175,232); }
div.DivClassName
{
background-color: #CDAFE8;
}
.BgClassName
{
background-color: #CDAFE8;
}
</style>
border-color css
<style>
span { border-color: #CDAFE8; }
span { border-color: rgb(205,175,232); }
td.TdClassName
{
border-color: #CDAFE8;
}
.TagClassName
{
border-color: #CDAFE8;
}
</style>