Shades of Perfume #C3AEDD
Tints of Perfume #C3AEDD
RGB
CMYK
RGB Variations
Color information
#C3AEDD (or 0xC3AEDD) is known color: Perfume. HEX triplet: C3, AE and DD. RGB value is (195,174,221). Sum of RGB (Red+Green+Blue) = 195+174+221=590 (78% of max value = 765). Red value is 195 (76.56% from 255 or 33.05% from 590); Green value is 174 (68.36% from 255 or 29.49% from 590); Blue value is 221 (86.72% from 255 or 37.46% from 590); Max value from RGB is 221 - color contains mainly: blue. Hex color #C3AEDD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C3AEDD is #3C5122. Grayscale: #B9B9B9. Windows color (decimal): -3952931 or 14528195. OLE color: 14528195.
HSL color Cylindrical-coordinate representation of color #C3AEDD: hue angle of 266.81º degrees, saturation: 0.41, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #C3AEDD is Cyan = 0.12, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 195 | 174 | 221 | - |
| CMYK | 0.12 | 0.21 | 0 | 0.13 |
| HSL | 266.81º | 0.41% | 0.77% | - |
| HSV(B) | 266.81º | 0.21% | 0.87% | - |
| XYZ | 50.69 | 47.09 | 74.82 | - |
| YUV | 185.64 | 147.96 | 134.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 174 | 221 | 0.12 | 0.21 | 0 | 0.13 | 266.81 | 0.41 | 0.77 |
| Hex | C3 | AE | DD | C | 15 | 0 | D | 10B | 29 | 4D |
| Octal | 303 | 256 | 335 | 14 | 25 | 0 | 15 | 413 | 51 | 115 |
| Binary | 11000011 | 10101110 | 11011101 | 1100 | 10101 | 0 | 1101 | 100001011 | 101001 | 1001101 |
Color Harmonies of #C3AEDD
Complementary color
Monochromatic Colors of #C3AEDD
Black with #C3AEDD
Text Example
Text Example
White with #C3AEDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3AEDD; }
p { color: rgb(195,174,221); }
H1.HeaderClassName
{
color: #C3AEDD;
}
.AnyTagClassName
{
color: #C3AEDD;
}
</style>
background-color css
<style>
a { background-color: #C3AEDD; }
a { background-color: rgb(195,174,221); }
div.DivClassName
{
background-color: #C3AEDD;
}
.BgClassName
{
background-color: #C3AEDD;
}
</style>
border-color css
<style>
span { border-color: #C3AEDD; }
span { border-color: rgb(195,174,221); }
td.TdClassName
{
border-color: #C3AEDD;
}
.TagClassName
{
border-color: #C3AEDD;
}
</style>