Shades of Perfume #CDAEEC
Tints of Perfume #CDAEEC
RGB
CMYK
RGB Variations
Color information
#CDAEEC (or 0xCDAEEC) is known color: Perfume. HEX triplet: CD, AE and EC. RGB value is (205,174,236). Sum of RGB (Red+Green+Blue) = 205+174+236=615 (81% of max value = 765). Red value is 205 (80.47% from 255 or 33.33% from 615); Green value is 174 (68.36% from 255 or 28.29% from 615); Blue value is 236 (92.58% from 255 or 38.37% from 615); Max value from RGB is 236 - color contains mainly: blue. Hex color #CDAEEC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CDAEEC is #325113. Grayscale: #BEBEBE. Windows color (decimal): -3297556 or 15511245. OLE color: 15511245.
HSL color Cylindrical-coordinate representation of color #CDAEEC: hue angle of 270º degrees, saturation: 0.62, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #CDAEEC is Cyan = 0.13, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 205 | 174 | 236 | - |
| CMYK | 0.13 | 0.26 | 0 | 0.07 |
| HSL | 270º | 0.62% | 0.8% | - |
| HSV(B) | 270º | 0.26% | 0.93% | - |
| XYZ | 55.45 | 49.31 | 85.95 | - |
| YUV | 190.34 | 153.77 | 138.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 174 | 236 | 0.13 | 0.26 | 0 | 0.07 | 270 | 0.62 | 0.8 |
| Hex | CD | AE | EC | D | 1A | 0 | 7 | 10E | 3E | 50 |
| Octal | 315 | 256 | 354 | 15 | 32 | 0 | 7 | 416 | 76 | 120 |
| Binary | 11001101 | 10101110 | 11101100 | 1101 | 11010 | 0 | 111 | 100001110 | 111110 | 1010000 |
Color Harmonies of #CDAEEC
Complementary color
Monochromatic Colors of #CDAEEC
Black with #CDAEEC
Text Example
Text Example
White with #CDAEEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDAEEC; }
p { color: rgb(205,174,236); }
H1.HeaderClassName
{
color: #CDAEEC;
}
.AnyTagClassName
{
color: #CDAEEC;
}
</style>
background-color css
<style>
a { background-color: #CDAEEC; }
a { background-color: rgb(205,174,236); }
div.DivClassName
{
background-color: #CDAEEC;
}
.BgClassName
{
background-color: #CDAEEC;
}
</style>
border-color css
<style>
span { border-color: #CDAEEC; }
span { border-color: rgb(205,174,236); }
td.TdClassName
{
border-color: #CDAEEC;
}
.TagClassName
{
border-color: #CDAEEC;
}
</style>