Shades of Perfume #CCABED
Tints of Perfume #CCABED
RGB
CMYK
RGB Variations
Color information
#CCABED (or 0xCCABED) is known color: Perfume. HEX triplet: CC, AB and ED. RGB value is (204,171,237). Sum of RGB (Red+Green+Blue) = 204+171+237=612 (81% of max value = 765). Red value is 204 (80.08% from 255 or 33.33% from 612); Green value is 171 (67.19% from 255 or 27.94% from 612); Blue value is 237 (92.97% from 255 or 38.73% from 612); Max value from RGB is 237 - color contains mainly: blue. Hex color #CCABED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CCABED is #335412. Grayscale: #BCBCBC. Windows color (decimal): -3363859 or 15576012. OLE color: 15576012.
HSL color Cylindrical-coordinate representation of color #CCABED: hue angle of 270º degrees, saturation: 0.65, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #CCABED is Cyan = 0.14, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
RGB | 204 | 171 | 237 | - |
CMYK | 0.14 | 0.28 | 0 | 0.07 |
HSL | 270º | 0.65% | 0.8% | - |
HSV(B) | 270º | 0.28% | 0.93% | - |
XYZ | 54.75 | 48.08 | 86.52 | - |
YUV | 188.39 | 155.43 | 139.13 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 204 | 171 | 237 | 0.14 | 0.28 | 0 | 0.07 | 270 | 0.65 | 0.8 |
Hex | CC | AB | ED | E | 1C | 0 | 7 | 10E | 41 | 50 |
Octal | 314 | 253 | 355 | 16 | 34 | 0 | 7 | 416 | 101 | 120 |
Binary | 11001100 | 10101011 | 11101101 | 1110 | 11100 | 0 | 111 | 100001110 | 1000001 | 1010000 |
Color Harmonies of #CCABED
Complementary color
Monochromatic Colors of #CCABED
Black with #CCABED
Text Example
Text Example
White with #CCABED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCABED; }
p { color: rgb(204,171,237); }
H1.HeaderClassName
{
color: #CCABED;
}
.AnyTagClassName
{
color: #CCABED;
}
</style>
background-color css
<style>
a { background-color: #CCABED; }
a { background-color: rgb(204,171,237); }
div.DivClassName
{
background-color: #CCABED;
}
.BgClassName
{
background-color: #CCABED;
}
</style>
border-color css
<style>
span { border-color: #CCABED; }
span { border-color: rgb(204,171,237); }
td.TdClassName
{
border-color: #CCABED;
}
.TagClassName
{
border-color: #CCABED;
}
</style>