Shades of Perfume #CDAEE7
Tints of Perfume #CDAEE7
RGB
CMYK
RGB Variations
Color information
#CDAEE7 (or 0xCDAEE7) is known color: Perfume. HEX triplet: CD, AE and E7. RGB value is (205,174,231). Sum of RGB (Red+Green+Blue) = 205+174+231=610 (80% of max value = 765). Red value is 205 (80.47% from 255 or 33.61% from 610); Green value is 174 (68.36% from 255 or 28.52% from 610); Blue value is 231 (90.62% from 255 or 37.87% from 610); Max value from RGB is 231 - color contains mainly: blue. Hex color #CDAEE7 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CDAEE7 is #325118. Grayscale: #BDBDBD. Windows color (decimal): -3297561 or 15183565. OLE color: 15183565.
HSL color Cylindrical-coordinate representation of color #CDAEE7: hue angle of 272.63º degrees, saturation: 0.54, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #CDAEE7 is Cyan = 0.11, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
RGB | 205 | 174 | 231 | - |
CMYK | 0.11 | 0.25 | 0 | 0.09 |
HSL | 272.63º | 0.54% | 0.79% | - |
HSV(B) | 272.63º | 0.25% | 0.91% | - |
XYZ | 54.74 | 49.02 | 82.18 | - |
YUV | 189.77 | 151.27 | 138.87 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 205 | 174 | 231 | 0.11 | 0.25 | 0 | 0.09 | 272.63 | 0.54 | 0.79 |
Hex | CD | AE | E7 | B | 19 | 0 | 9 | 111 | 36 | 4F |
Octal | 315 | 256 | 347 | 13 | 31 | 0 | 11 | 421 | 66 | 117 |
Binary | 11001101 | 10101110 | 11100111 | 1011 | 11001 | 0 | 1001 | 100010001 | 110110 | 1001111 |
Color Harmonies of #CDAEE7
Complementary color
Monochromatic Colors of #CDAEE7
Black with #CDAEE7
Text Example
Text Example
White with #CDAEE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDAEE7; }
p { color: rgb(205,174,231); }
H1.HeaderClassName
{
color: #CDAEE7;
}
.AnyTagClassName
{
color: #CDAEE7;
}
</style>
background-color css
<style>
a { background-color: #CDAEE7; }
a { background-color: rgb(205,174,231); }
div.DivClassName
{
background-color: #CDAEE7;
}
.BgClassName
{
background-color: #CDAEE7;
}
</style>
border-color css
<style>
span { border-color: #CDAEE7; }
span { border-color: rgb(205,174,231); }
td.TdClassName
{
border-color: #CDAEE7;
}
.TagClassName
{
border-color: #CDAEE7;
}
</style>