Shades of Perfume #C8ADE3
Tints of Perfume #C8ADE3
RGB
CMYK
RGB Variations
Color information
#C8ADE3 (or 0xC8ADE3) is known color: Perfume. HEX triplet: C8, AD and E3. RGB value is (200,173,227). Sum of RGB (Red+Green+Blue) = 200+173+227=600 (79% of max value = 765). Red value is 200 (78.52% from 255 or 33.33% from 600); Green value is 173 (67.97% from 255 or 28.83% from 600); Blue value is 227 (89.06% from 255 or 37.83% from 600); Max value from RGB is 227 - color contains mainly: blue. Hex color #C8ADE3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C8ADE3 is #37521C. Grayscale: #BBBBBB. Windows color (decimal): -3625501 or 14921160. OLE color: 14921160.
HSL color Cylindrical-coordinate representation of color #C8ADE3: hue angle of 270º degrees, saturation: 0.49, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #C8ADE3 is Cyan = 0.12, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
RGB | 200 | 173 | 227 | - |
CMYK | 0.12 | 0.24 | 0 | 0.11 |
HSL | 270º | 0.49% | 0.78% | - |
HSV(B) | 270º | 0.24% | 0.89% | - |
XYZ | 52.63 | 47.71 | 79.11 | - |
YUV | 187.23 | 150.45 | 137.11 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 200 | 173 | 227 | 0.12 | 0.24 | 0 | 0.11 | 270 | 0.49 | 0.78 |
Hex | C8 | AD | E3 | C | 18 | 0 | B | 10E | 31 | 4E |
Octal | 310 | 255 | 343 | 14 | 30 | 0 | 13 | 416 | 61 | 116 |
Binary | 11001000 | 10101101 | 11100011 | 1100 | 11000 | 0 | 1011 | 100001110 | 110001 | 1001110 |
Color Harmonies of #C8ADE3
Complementary color
Monochromatic Colors of #C8ADE3
Black with #C8ADE3
Text Example
Text Example
White with #C8ADE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8ADE3; }
p { color: rgb(200,173,227); }
H1.HeaderClassName
{
color: #C8ADE3;
}
.AnyTagClassName
{
color: #C8ADE3;
}
</style>
background-color css
<style>
a { background-color: #C8ADE3; }
a { background-color: rgb(200,173,227); }
div.DivClassName
{
background-color: #C8ADE3;
}
.BgClassName
{
background-color: #C8ADE3;
}
</style>
border-color css
<style>
span { border-color: #C8ADE3; }
span { border-color: rgb(200,173,227); }
td.TdClassName
{
border-color: #C8ADE3;
}
.TagClassName
{
border-color: #C8ADE3;
}
</style>