#CBB4CC

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

Shades of Lilac #CBB4CC

Tints of Lilac #CBB4CC

Color information

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

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

Color convert

RGB203180204-
CMYK0.000.1200.2
HSL297.5º19.05%75.29%-
HSV(B)297.5º11.76%80%-
XYZ51.8549.763.99-
YUV189.61136.12137.55-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2031802040.000.1200.2297.519.0575.29
HexCBB4CC0C01412a134b
Octal31326431401402445223113
Binary11001011101101001100110001100010100100101010100111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBB4CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBB4CC; }

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

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

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

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

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

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

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

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