Shades of Perfume #CCB7DF
Tints of Perfume #CCB7DF
RGB
CMYK
RGB Variations
Color information
#CCB7DF (or 0xCCB7DF) is known color: Perfume. HEX triplet: CC, B7 and DF. RGB value is (204,183,223). Sum of RGB (Red+Green+Blue) = 204+183+223=610 (80% of max value = 765). Red value is 204 (80.08% from 255 or 33.44% from 610); Green value is 183 (71.88% from 255 or 30% from 610); Blue value is 223 (87.5% from 255 or 36.56% from 610); Max value from RGB is 223 - color contains mainly: blue. Hex color #CCB7DF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCB7DF is #334820. Grayscale: #C1C1C1. Windows color (decimal): -3360801 or 14661580. OLE color: 14661580.
HSL color Cylindrical-coordinate representation of color #CCB7DF: hue angle of 271.5º degrees, saturation: 0.38, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #CCB7DF is Cyan = 0.09, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
RGB | 204 | 183 | 223 | - |
CMYK | 0.09 | 0.18 | 0 | 0.13 |
HSL | 271.5º | 0.38% | 0.8% | - |
HSV(B) | 271.5º | 0.18% | 0.87% | - |
XYZ | 55.15 | 52.03 | 76.95 | - |
YUV | 193.84 | 144.46 | 135.25 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 204 | 183 | 223 | 0.09 | 0.18 | 0 | 0.13 | 271.5 | 0.38 | 0.8 |
Hex | CC | B7 | DF | 9 | 12 | 0 | D | 110 | 26 | 50 |
Octal | 314 | 267 | 337 | 11 | 22 | 0 | 15 | 420 | 46 | 120 |
Binary | 11001100 | 10110111 | 11011111 | 1001 | 10010 | 0 | 1101 | 100010000 | 100110 | 1010000 |
Color Harmonies of #CCB7DF
Complementary color
Monochromatic Colors of #CCB7DF
Black with #CCB7DF
Text Example
Text Example
White with #CCB7DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCB7DF; }
p { color: rgb(204,183,223); }
H1.HeaderClassName
{
color: #CCB7DF;
}
.AnyTagClassName
{
color: #CCB7DF;
}
</style>
background-color css
<style>
a { background-color: #CCB7DF; }
a { background-color: rgb(204,183,223); }
div.DivClassName
{
background-color: #CCB7DF;
}
.BgClassName
{
background-color: #CCB7DF;
}
</style>
border-color css
<style>
span { border-color: #CCB7DF; }
span { border-color: rgb(204,183,223); }
td.TdClassName
{
border-color: #CCB7DF;
}
.TagClassName
{
border-color: #CCB7DF;
}
</style>