#CCB4CD

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

Shades of Lilac #CCB4CD

Tints of Lilac #CCB4CD

Color information

#CCB4CD (or 0xCCB4CD) is unknown color: approx Lilac. HEX triplet: CC, B4 and CD. RGB value is (204,180,205). Sum of RGB (Red+Green+Blue) = 204+180+205=589 (78% of max value = 765). Red value is 204 (80.08% from 255 or 34.63% from 589); Green value is 180 (70.70% from 255 or 30.56% from 589); Blue value is 205 (80.47% from 255 or 34.80% from 589); Max value from RGB is 205 - color contains mainly: blue. Hex color #CCB4CD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCB4CD is #334B32. Grayscale: #BDBDBD. Windows color (decimal): -3361587 or 13481164. OLE color: 13481164.

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

Color convert

RGB204180205-
CMYK0.000.1200.20
HSL297.6º20%75.49%-
HSV(B)297.6º12.2%80.39%-
XYZ52.2449.8964.63-
YUV190.03136.45137.97-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 34.63%
GREEN value IS 180 (70.70% from 255) = 30.56%
BLUE value IS 205 (80.47% from 255) = 34.80%
R=34.63%
G=30.56%
B=34.80%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2041802050.000.1200.20297.62075.49
HexCCB4CD0C01412a144b
Octal31426431501402445224113
Binary11001100101101001100110101100010100100101010101001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCB4CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCB4CD; }

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

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

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

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

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

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

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

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