#CB9AD3

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

Shades of Lilac #CB9AD3

Tints of Lilac #CB9AD3

Color information

#CB9AD3 (or 0xCB9AD3) is unknown color: approx Lilac. HEX triplet: CB, 9A and D3. RGB value is (203,154,211). Sum of RGB (Red+Green+Blue) = 203+154+211=568 (75% of max value = 765). Red value is 203 (79.69% from 255 or 35.74% from 568); Green value is 154 (60.55% from 255 or 27.11% from 568); Blue value is 211 (82.81% from 255 or 37.15% from 568); Max value from RGB is 211 - color contains mainly: blue. Hex color #CB9AD3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CB9AD3 is #34652C. Grayscale: #AEAEAE. Windows color (decimal): -3433773 or 13867723. OLE color: 13867723.

HSL color Cylindrical-coordinate representation of color #CB9AD3: hue angle of 291.58º degrees, saturation: 0.39, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #CB9AD3 is Cyan = 0.04, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB203154211-
CMYK0.040.2700.17
HSL291.58º39.31%71.57%-
HSV(B)291.58º27.01%82.75%-
XYZ47.9440.5166.92-
YUV175.15148.23147.87-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 35.74%
GREEN value IS 154 (60.55% from 255) = 27.11%
BLUE value IS 211 (82.81% from 255) = 37.15%
R=35.74%
G=27.11%
B=37.15%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2031542110.040.2700.17291.5839.3171.57
HexCB9AD341B0111242748
Octal31323232343302144447110
Binary110010111001101011010011100110110100011001001001001111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB9AD3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB9AD3; }

 p { color: rgb(203,154,211); }

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

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

 a { background-color: rgb(203,154,211); }

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

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

 span { border-color: rgb(203,154,211); }

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