#CCB6CA

Color #CCB6CA Lilac (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Lilac #CCB6CA

Tints of Lilac #CCB6CA

Color information

#CCB6CA (or 0xCCB6CA) is unknown color: approx Lilac. HEX triplet: CC, B6 and CA. RGB value is (204,182,202). Sum of RGB (Red+Green+Blue) = 204+182+202=588 (77% of max value = 765). Red value is 204 (80.08% from 255 or 34.69% from 588); Green value is 182 (71.48% from 255 or 30.95% from 588); Blue value is 202 (79.30% from 255 or 34.35% from 588); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB6CA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCB6CA is #334935. Grayscale: #BEBEBE. Windows color (decimal): -3361078 or 13285068. OLE color: 13285068.

HSL color Cylindrical-coordinate representation of color #CCB6CA: hue angle of 305.45º degrees, saturation: 0.18, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #CCB6CA is Cyan = 0, Magento = 0.11, Yellow = 0.01 and Black (K on CMYK) = 0.2.

Color convert

RGB204182202-
CMYK00.110.010.2
HSL305.45º17.74%75.69%-
HSV(B)305.45º10.78%80%-
XYZ52.2950.5662.88-
YUV190.86134.29137.37-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 204 (80.08% from 255) = 34.69%
GREEN value IS 182 (71.48% from 255) = 30.95%
BLUE value IS 202 (79.30% from 255) = 34.35%
R=34.69%
G=30.95%
B=34.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.01
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20418220200.110.010.2305.4517.7475.69
HexCCB6CA0B114131124c
Octal31426631201312446122114
Binary11001100101101101100101001011110100100110001100101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCB6CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCB6CA; }

 p { color: rgb(204,182,202); }

 H1.HeaderClassName
 {
   color: #CCB6CA;
 }
 .AnyTagClassName
 {
   color: #CCB6CA;
 }
</style>
background-color css

<style>
 a { background-color: #CCB6CA; }

 a { background-color: rgb(204,182,202); }

 div.DivClassName
 {
   background-color: #CCB6CA;
 }
 .BgClassName
 {
   background-color: #CCB6CA;
 }
</style>
border-color css

<style>
 span { border-color: #CCB6CA; }

 span { border-color: rgb(204,182,202); }

 td.TdClassName
 {
   border-color: #CCB6CA;
 }
 .TagClassName
 {
   border-color: #CCB6CA;
 }
</style>