#CB9DCC

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

Shades of Lilac #CB9DCC

Tints of Lilac #CB9DCC

Color information

#CB9DCC (or 0xCB9DCC) is unknown color: approx Lilac. HEX triplet: CB, 9D and CC. RGB value is (203,157,204). Sum of RGB (Red+Green+Blue) = 203+157+204=564 (74% of max value = 765). Red value is 203 (79.69% from 255 or 35.99% from 564); Green value is 157 (61.72% from 255 or 27.84% from 564); Blue value is 204 (80.08% from 255 or 36.17% from 564); Max value from RGB is 204 - color contains mainly: blue. Hex color #CB9DCC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CB9DCC is #346233. Grayscale: #AFAFAF. Windows color (decimal): -3433012 or 13409739. OLE color: 13409739.

HSL color Cylindrical-coordinate representation of color #CB9DCC: hue angle of 298.72º degrees, saturation: 0.32, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #CB9DCC is Cyan = 0.00, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB203157204-
CMYK0.000.2300.2
HSL298.72º31.54%70.78%-
HSV(B)298.72º23.04%80%-
XYZ47.5841.1762.57-
YUV176.11143.74147.18-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 35.99%
GREEN value IS 157 (61.72% from 255) = 27.84%
BLUE value IS 204 (80.08% from 255) = 36.17%
R=35.99%
G=27.84%
B=36.17%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2031572040.000.2300.2298.7231.5470.78
HexCB9DCC01701412b2047
Octal31323531402702445340107
Binary1100101110011101110011000101110101001001010111000001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB9DCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB9DCC; }

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

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

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

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

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

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

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

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