Shades of Perfume #C6ADDF
Tints of Perfume #C6ADDF
RGB
CMYK
RGB Variations
Color information
#C6ADDF (or 0xC6ADDF) is known color: Perfume. HEX triplet: C6, AD and DF. RGB value is (198,173,223). Sum of RGB (Red+Green+Blue) = 198+173+223=594 (78% of max value = 765). Red value is 198 (77.73% from 255 or 33.33% from 594); Green value is 173 (67.97% from 255 or 29.12% from 594); Blue value is 223 (87.5% from 255 or 37.54% from 594); Max value from RGB is 223 - color contains mainly: blue. Hex color #C6ADDF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C6ADDF is #395220. Grayscale: #BABABA. Windows color (decimal): -3756577 or 14659014. OLE color: 14659014.
HSL color Cylindrical-coordinate representation of color #C6ADDF: hue angle of 270º degrees, saturation: 0.44, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #C6ADDF is Cyan = 0.11, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
RGB | 198 | 173 | 223 | - |
CMYK | 0.11 | 0.22 | 0 | 0.13 |
HSL | 270º | 0.44% | 0.78% | - |
HSV(B) | 270º | 0.22% | 0.87% | - |
XYZ | 51.55 | 47.22 | 76.21 | - |
YUV | 186.18 | 148.78 | 136.43 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 198 | 173 | 223 | 0.11 | 0.22 | 0 | 0.13 | 270 | 0.44 | 0.78 |
Hex | C6 | AD | DF | B | 16 | 0 | D | 10E | 2C | 4E |
Octal | 306 | 255 | 337 | 13 | 26 | 0 | 15 | 416 | 54 | 116 |
Binary | 11000110 | 10101101 | 11011111 | 1011 | 10110 | 0 | 1101 | 100001110 | 101100 | 1001110 |
Color Harmonies of #C6ADDF
Complementary color
Monochromatic Colors of #C6ADDF
Black with #C6ADDF
Text Example
Text Example
White with #C6ADDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6ADDF; }
p { color: rgb(198,173,223); }
H1.HeaderClassName
{
color: #C6ADDF;
}
.AnyTagClassName
{
color: #C6ADDF;
}
</style>
background-color css
<style>
a { background-color: #C6ADDF; }
a { background-color: rgb(198,173,223); }
div.DivClassName
{
background-color: #C6ADDF;
}
.BgClassName
{
background-color: #C6ADDF;
}
</style>
border-color css
<style>
span { border-color: #C6ADDF; }
span { border-color: rgb(198,173,223); }
td.TdClassName
{
border-color: #C6ADDF;
}
.TagClassName
{
border-color: #C6ADDF;
}
</style>