#CCB3CD

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

Shades of Lilac #CCB3CD

Tints of Lilac #CCB3CD

Color information

#CCB3CD (or 0xCCB3CD) is unknown color: approx Lilac. HEX triplet: CC, B3 and CD. RGB value is (204,179,205). Sum of RGB (Red+Green+Blue) = 204+179+205=588 (77% of max value = 765). Red value is 204 (80.08% from 255 or 34.69% from 588); Green value is 179 (70.31% from 255 or 30.44% from 588); Blue value is 205 (80.47% from 255 or 34.86% from 588); Max value from RGB is 205 - color contains mainly: blue. Hex color #CCB3CD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCB3CD is #334C32. Grayscale: #BDBDBD. Windows color (decimal): -3361843 or 13480908. OLE color: 13480908.

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

Color convert

RGB204179205-
CMYK0.000.1300.20
HSL297.69º20.63%75.29%-
HSV(B)297.69º12.68%80.39%-
XYZ52.0449.4964.57-
YUV189.44136.78138.39-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 34.69%
GREEN value IS 179 (70.31% from 255) = 30.44%
BLUE value IS 205 (80.47% from 255) = 34.86%
R=34.69%
G=30.44%
B=34.86%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2041792050.000.1300.20297.6920.6375.29
HexCCB3CD0D01412a154b
Octal31426331501502445225113
Binary11001100101100111100110101101010100100101010101011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCB3CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCB3CD; }

 p { color: rgb(204,179,205); }

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

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

 a { background-color: rgb(204,179,205); }

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

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

 span { border-color: rgb(204,179,205); }

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