Shades of Perfume #CDAEEF
Tints of Perfume #CDAEEF
RGB
CMYK
RGB Variations
Color information
#CDAEEF (or 0xCDAEEF) is known color: Perfume. HEX triplet: CD, AE and EF. RGB value is (205,174,239). Sum of RGB (Red+Green+Blue) = 205+174+239=618 (81% of max value = 765). Red value is 205 (80.47% from 255 or 33.17% from 618); Green value is 174 (68.36% from 255 or 28.16% from 618); Blue value is 239 (93.75% from 255 or 38.67% from 618); Max value from RGB is 239 - color contains mainly: blue. Hex color #CDAEEF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CDAEEF is #325110. Grayscale: #BEBEBE. Windows color (decimal): -3297553 or 15707853. OLE color: 15707853.
HSL color Cylindrical-coordinate representation of color #CDAEEF: hue angle of 268.62º degrees, saturation: 0.67, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #CDAEEF is Cyan = 0.14, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 205 | 174 | 239 | - |
| CMYK | 0.14 | 0.27 | 0 | 0.06 |
| HSL | 268.62º | 0.67% | 0.81% | - |
| HSV(B) | 268.62º | 0.27% | 0.94% | - |
| XYZ | 55.89 | 49.48 | 88.27 | - |
| YUV | 190.68 | 155.27 | 138.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 174 | 239 | 0.14 | 0.27 | 0 | 0.06 | 268.62 | 0.67 | 0.81 |
| Hex | CD | AE | EF | E | 1B | 0 | 6 | 10D | 43 | 51 |
| Octal | 315 | 256 | 357 | 16 | 33 | 0 | 6 | 415 | 103 | 121 |
| Binary | 11001101 | 10101110 | 11101111 | 1110 | 11011 | 0 | 110 | 100001101 | 1000011 | 1010001 |
Color Harmonies of #CDAEEF
Complementary color
Monochromatic Colors of #CDAEEF
Black with #CDAEEF
Text Example
Text Example
White with #CDAEEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDAEEF; }
p { color: rgb(205,174,239); }
H1.HeaderClassName
{
color: #CDAEEF;
}
.AnyTagClassName
{
color: #CDAEEF;
}
</style>
background-color css
<style>
a { background-color: #CDAEEF; }
a { background-color: rgb(205,174,239); }
div.DivClassName
{
background-color: #CDAEEF;
}
.BgClassName
{
background-color: #CDAEEF;
}
</style>
border-color css
<style>
span { border-color: #CDAEEF; }
span { border-color: rgb(205,174,239); }
td.TdClassName
{
border-color: #CDAEEF;
}
.TagClassName
{
border-color: #CDAEEF;
}
</style>