#CB9DD1

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

Shades of Lilac #CB9DD1

Tints of Lilac #CB9DD1

Color information

#CB9DD1 (or 0xCB9DD1) is unknown color: approx Lilac. HEX triplet: CB, 9D and D1. RGB value is (203,157,209). Sum of RGB (Red+Green+Blue) = 203+157+209=569 (75% of max value = 765). Red value is 203 (79.69% from 255 or 35.68% from 569); Green value is 157 (61.72% from 255 or 27.59% from 569); Blue value is 209 (82.03% from 255 or 36.73% from 569); Max value from RGB is 209 - color contains mainly: blue. Hex color #CB9DD1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CB9DD1 is #34622E. Grayscale: #B0B0B0. Windows color (decimal): -3433007 or 13737419. OLE color: 13737419.

HSL color Cylindrical-coordinate representation of color #CB9DD1: hue angle of 293.08º degrees, saturation: 0.36, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #CB9DD1 is Cyan = 0.03, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB203157209-
CMYK0.030.2500.18
HSL293.08º36.11%71.76%-
HSV(B)293.08º24.88%81.96%-
XYZ48.1941.4165.78-
YUV176.68146.24146.77-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 35.68%
GREEN value IS 157 (61.72% from 255) = 27.59%
BLUE value IS 209 (82.03% from 255) = 36.73%
R=35.68%
G=27.59%
B=36.73%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2031572090.030.2500.18293.0836.1171.76
HexCB9DD13190121252448
Octal31323532133102244544110
Binary11001011100111011101000111110010100101001001011001001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB9DD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB9DD1; }

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

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

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

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

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

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

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

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