Shades of Perfume #CCB6E5
Tints of Perfume #CCB6E5
RGB
CMYK
RGB Variations
Color information
#CCB6E5 (or 0xCCB6E5) is known color: Perfume. HEX triplet: CC, B6 and E5. RGB value is (204,182,229). Sum of RGB (Red+Green+Blue) = 204+182+229=615 (81% of max value = 765). Red value is 204 (80.08% from 255 or 33.17% from 615); Green value is 182 (71.48% from 255 or 29.59% from 615); Blue value is 229 (89.84% from 255 or 37.24% from 615); Max value from RGB is 229 - color contains mainly: blue. Hex color #CCB6E5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCB6E5 is #33491A. Grayscale: #C1C1C1. Windows color (decimal): -3361051 or 15054540. OLE color: 15054540.
HSL color Cylindrical-coordinate representation of color #CCB6E5: hue angle of 268.09º degrees, saturation: 0.47, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #CCB6E5 is Cyan = 0.11, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
RGB | 204 | 182 | 229 | - |
CMYK | 0.11 | 0.21 | 0 | 0.10 |
HSL | 268.09º | 0.47% | 0.81% | - |
HSV(B) | 268.09º | 0.21% | 0.9% | - |
XYZ | 55.77 | 51.95 | 81.22 | - |
YUV | 193.94 | 147.79 | 135.18 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 204 | 182 | 229 | 0.11 | 0.21 | 0 | 0.10 | 268.09 | 0.47 | 0.81 |
Hex | CC | B6 | E5 | B | 15 | 0 | A | 10C | 2F | 51 |
Octal | 314 | 266 | 345 | 13 | 25 | 0 | 12 | 414 | 57 | 121 |
Binary | 11001100 | 10110110 | 11100101 | 1011 | 10101 | 0 | 1010 | 100001100 | 101111 | 1010001 |
Color Harmonies of #CCB6E5
Complementary color
Monochromatic Colors of #CCB6E5
Black with #CCB6E5
Text Example
Text Example
White with #CCB6E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCB6E5; }
p { color: rgb(204,182,229); }
H1.HeaderClassName
{
color: #CCB6E5;
}
.AnyTagClassName
{
color: #CCB6E5;
}
</style>
background-color css
<style>
a { background-color: #CCB6E5; }
a { background-color: rgb(204,182,229); }
div.DivClassName
{
background-color: #CCB6E5;
}
.BgClassName
{
background-color: #CCB6E5;
}
</style>
border-color css
<style>
span { border-color: #CCB6E5; }
span { border-color: rgb(204,182,229); }
td.TdClassName
{
border-color: #CCB6E5;
}
.TagClassName
{
border-color: #CCB6E5;
}
</style>