Shades of Perfume #CCB1E7
Tints of Perfume #CCB1E7
RGB
CMYK
RGB Variations
Color information
#CCB1E7 (or 0xCCB1E7) is known color: Perfume. HEX triplet: CC, B1 and E7. RGB value is (204,177,231). Sum of RGB (Red+Green+Blue) = 204+177+231=612 (81% of max value = 765). Red value is 204 (80.08% from 255 or 33.33% from 612); Green value is 177 (69.53% from 255 or 28.92% from 612); Blue value is 231 (90.62% from 255 or 37.75% from 612); Max value from RGB is 231 - color contains mainly: blue. Hex color #CCB1E7 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CCB1E7 is #334E18. Grayscale: #BFBFBF. Windows color (decimal): -3362329 or 15184332. OLE color: 15184332.
HSL color Cylindrical-coordinate representation of color #CCB1E7: hue angle of 270º degrees, saturation: 0.53, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #CCB1E7 is Cyan = 0.12, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 204 | 177 | 231 | - |
| CMYK | 0.12 | 0.23 | 0 | 0.09 |
| HSL | 270º | 0.53% | 0.8% | - |
| HSV(B) | 270º | 0.23% | 0.91% | - |
| XYZ | 55.05 | 50.05 | 82.36 | - |
| YUV | 191.23 | 150.45 | 137.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 177 | 231 | 0.12 | 0.23 | 0 | 0.09 | 270 | 0.53 | 0.8 |
| Hex | CC | B1 | E7 | C | 17 | 0 | 9 | 10E | 35 | 50 |
| Octal | 314 | 261 | 347 | 14 | 27 | 0 | 11 | 416 | 65 | 120 |
| Binary | 11001100 | 10110001 | 11100111 | 1100 | 10111 | 0 | 1001 | 100001110 | 110101 | 1010000 |
Color Harmonies of #CCB1E7
Complementary color
Monochromatic Colors of #CCB1E7
Black with #CCB1E7
Text Example
Text Example
White with #CCB1E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCB1E7; }
p { color: rgb(204,177,231); }
H1.HeaderClassName
{
color: #CCB1E7;
}
.AnyTagClassName
{
color: #CCB1E7;
}
</style>
background-color css
<style>
a { background-color: #CCB1E7; }
a { background-color: rgb(204,177,231); }
div.DivClassName
{
background-color: #CCB1E7;
}
.BgClassName
{
background-color: #CCB1E7;
}
</style>
border-color css
<style>
span { border-color: #CCB1E7; }
span { border-color: rgb(204,177,231); }
td.TdClassName
{
border-color: #CCB1E7;
}
.TagClassName
{
border-color: #CCB1E7;
}
</style>