#CBB4CD

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

Shades of Lilac #CBB4CD

Tints of Lilac #CBB4CD

Color information

#CBB4CD (or 0xCBB4CD) is unknown color: approx Lilac. HEX triplet: CB, B4 and CD. RGB value is (203,180,205). Sum of RGB (Red+Green+Blue) = 203+180+205=588 (77% of max value = 765). Red value is 203 (79.69% from 255 or 34.52% from 588); Green value is 180 (70.70% from 255 or 30.61% 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 #CBB4CD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBB4CD is #344B32. Grayscale: #BDBDBD. Windows color (decimal): -3427123 or 13481163. OLE color: 13481163.

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

Color convert

RGB203180205-
CMYK0.010.1200.20
HSL295.2º20%75.49%-
HSV(B)295.2º12.2%80.39%-
XYZ51.9749.7564.62-
YUV189.73136.62137.47-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 34.52%
GREEN value IS 180 (70.70% from 255) = 30.61%
BLUE value IS 205 (80.47% from 255) = 34.86%
R=34.52%
G=30.61%
B=34.86%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2031802050.010.1200.20295.22075.49
HexCBB4CD1C014127144b
Octal31326431511402444724113
Binary11001011101101001100110111100010100100100111101001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBB4CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBB4CD; }

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

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

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

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

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

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

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

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