#CCB4CB

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

Shades of Lilac #CCB4CB

Tints of Lilac #CCB4CB

Color information

#CCB4CB (or 0xCCB4CB) is unknown color: approx Lilac. HEX triplet: CC, B4 and CB. RGB value is (204,180,203). Sum of RGB (Red+Green+Blue) = 204+180+203=587 (77% of max value = 765). Red value is 204 (80.08% from 255 or 34.75% from 587); Green value is 180 (70.70% from 255 or 30.66% from 587); Blue value is 203 (79.69% from 255 or 34.58% from 587); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB4CB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCB4CB is #334B34. Grayscale: #BDBDBD. Windows color (decimal): -3361589 or 13350092. OLE color: 13350092.

HSL color Cylindrical-coordinate representation of color #CCB4CB: hue angle of 302.5º degrees, saturation: 0.19, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #CCB4CB is Cyan = 0, Magento = 0.12, Yellow = 0.00 and Black (K on CMYK) = 0.2.

Color convert

RGB204180203-
CMYK00.120.000.2
HSL302.5º19.05%75.29%-
HSV(B)302.5º11.76%80%-
XYZ5249.7963.37-
YUV189.8135.45138.13-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 34.75%
GREEN value IS 180 (70.70% from 255) = 30.66%
BLUE value IS 203 (79.69% from 255) = 34.58%
R=34.75%
G=30.66%
B=34.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.00
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20418020300.120.000.2302.519.0575.29
HexCCB4CB0C01412e134b
Octal31426431301402445623113
Binary11001100101101001100101101100010100100101110100111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCB4CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCB4CB; }

 p { color: rgb(204,180,203); }

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

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

 a { background-color: rgb(204,180,203); }

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

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

 span { border-color: rgb(204,180,203); }

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