Shades of Perfume #CCB1EF
Tints of Perfume #CCB1EF
RGB
CMYK
RGB Variations
Color information
#CCB1EF (or 0xCCB1EF) is known color: Perfume. HEX triplet: CC, B1 and EF. RGB value is (204,177,239). Sum of RGB (Red+Green+Blue) = 204+177+239=620 (82% of max value = 765). Red value is 204 (80.08% from 255 or 32.90% from 620); Green value is 177 (69.53% from 255 or 28.55% from 620); Blue value is 239 (93.75% from 255 or 38.55% from 620); Max value from RGB is 239 - color contains mainly: blue. Hex color #CCB1EF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CCB1EF is #334E10. Grayscale: #BFBFBF. Windows color (decimal): -3362321 or 15708620. OLE color: 15708620.
HSL color Cylindrical-coordinate representation of color #CCB1EF: hue angle of 266.13º degrees, saturation: 0.66, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #CCB1EF is Cyan = 0.15, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 204 | 177 | 239 | - |
| CMYK | 0.15 | 0.26 | 0 | 0.06 |
| HSL | 266.13º | 0.66% | 0.82% | - |
| HSV(B) | 266.13º | 0.26% | 0.94% | - |
| XYZ | 56.2 | 50.51 | 88.45 | - |
| YUV | 192.14 | 154.45 | 136.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 177 | 239 | 0.15 | 0.26 | 0 | 0.06 | 266.13 | 0.66 | 0.82 |
| Hex | CC | B1 | EF | F | 1A | 0 | 6 | 10A | 42 | 52 |
| Octal | 314 | 261 | 357 | 17 | 32 | 0 | 6 | 412 | 102 | 122 |
| Binary | 11001100 | 10110001 | 11101111 | 1111 | 11010 | 0 | 110 | 100001010 | 1000010 | 1010010 |
Color Harmonies of #CCB1EF
Complementary color
Monochromatic Colors of #CCB1EF
Black with #CCB1EF
Text Example
Text Example
White with #CCB1EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCB1EF; }
p { color: rgb(204,177,239); }
H1.HeaderClassName
{
color: #CCB1EF;
}
.AnyTagClassName
{
color: #CCB1EF;
}
</style>
background-color css
<style>
a { background-color: #CCB1EF; }
a { background-color: rgb(204,177,239); }
div.DivClassName
{
background-color: #CCB1EF;
}
.BgClassName
{
background-color: #CCB1EF;
}
</style>
border-color css
<style>
span { border-color: #CCB1EF; }
span { border-color: rgb(204,177,239); }
td.TdClassName
{
border-color: #CCB1EF;
}
.TagClassName
{
border-color: #CCB1EF;
}
</style>