#CCB2CD

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

Shades of Lilac #CCB2CD

Tints of Lilac #CCB2CD

Color information

#CCB2CD (or 0xCCB2CD) is unknown color: approx Lilac. HEX triplet: CC, B2 and CD. RGB value is (204,178,205). Sum of RGB (Red+Green+Blue) = 204+178+205=587 (77% of max value = 765). Red value is 204 (80.08% from 255 or 34.75% from 587); Green value is 178 (69.92% from 255 or 30.32% from 587); Blue value is 205 (80.47% from 255 or 34.92% from 587); Max value from RGB is 205 - color contains mainly: blue. Hex color #CCB2CD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CCB2CD is #334D32. Grayscale: #BCBCBC. Windows color (decimal): -3362099 or 13480652. OLE color: 13480652.

HSL color Cylindrical-coordinate representation of color #CCB2CD: hue angle of 297.78º 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 #CCB2CD is Cyan = 0.00, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB204178205-
CMYK0.000.1300.20
HSL297.78º21.26%75.1%-
HSV(B)297.78º13.17%80.39%-
XYZ51.8449.0964.5-
YUV188.85137.11138.8-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 34.75%
GREEN value IS 178 (69.92% from 255) = 30.32%
BLUE value IS 205 (80.47% from 255) = 34.92%
R=34.75%
G=30.32%
B=34.92%

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
Decimal2041782050.000.1300.20297.7821.2675.1
HexCCB2CD0D01412a154b
Octal31426231501502445225113
Binary11001100101100101100110101101010100100101010101011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCB2CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCB2CD; }

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

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

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

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

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

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

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

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