Shades of Perfume #CCB2ED
Tints of Perfume #CCB2ED
RGB
CMYK
RGB Variations
Color information
#CCB2ED (or 0xCCB2ED) is known color: Perfume. HEX triplet: CC, B2 and ED. RGB value is (204,178,237). Sum of RGB (Red+Green+Blue) = 204+178+237=619 (81% of max value = 765). Red value is 204 (80.08% from 255 or 32.96% from 619); Green value is 178 (69.92% from 255 or 28.76% from 619); Blue value is 237 (92.97% from 255 or 38.29% from 619); Max value from RGB is 237 - color contains mainly: blue. Hex color #CCB2ED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CCB2ED is #334D12. Grayscale: #C0C0C0. Windows color (decimal): -3362067 or 15577804. OLE color: 15577804.
HSL color Cylindrical-coordinate representation of color #CCB2ED: hue angle of 266.44º degrees, saturation: 0.62, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #CCB2ED is Cyan = 0.14, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
RGB | 204 | 178 | 237 | - |
CMYK | 0.14 | 0.25 | 0 | 0.07 |
HSL | 266.44º | 0.62% | 0.81% | - |
HSV(B) | 266.44º | 0.25% | 0.93% | - |
XYZ | 56.11 | 50.79 | 86.97 | - |
YUV | 192.5 | 153.11 | 136.2 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 204 | 178 | 237 | 0.14 | 0.25 | 0 | 0.07 | 266.44 | 0.62 | 0.81 |
Hex | CC | B2 | ED | E | 19 | 0 | 7 | 10A | 3E | 51 |
Octal | 314 | 262 | 355 | 16 | 31 | 0 | 7 | 412 | 76 | 121 |
Binary | 11001100 | 10110010 | 11101101 | 1110 | 11001 | 0 | 111 | 100001010 | 111110 | 1010001 |
Color Harmonies of #CCB2ED
Complementary color
Monochromatic Colors of #CCB2ED
Black with #CCB2ED
Text Example
Text Example
White with #CCB2ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCB2ED; }
p { color: rgb(204,178,237); }
H1.HeaderClassName
{
color: #CCB2ED;
}
.AnyTagClassName
{
color: #CCB2ED;
}
</style>
background-color css
<style>
a { background-color: #CCB2ED; }
a { background-color: rgb(204,178,237); }
div.DivClassName
{
background-color: #CCB2ED;
}
.BgClassName
{
background-color: #CCB2ED;
}
</style>
border-color css
<style>
span { border-color: #CCB2ED; }
span { border-color: rgb(204,178,237); }
td.TdClassName
{
border-color: #CCB2ED;
}
.TagClassName
{
border-color: #CCB2ED;
}
</style>