#CD9FCB

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

Shades of Lilac #CD9FCB

Tints of Lilac #CD9FCB

Color information

#CD9FCB (or 0xCD9FCB) is unknown color: approx Lilac. HEX triplet: CD, 9F and CB. RGB value is (205,159,203). Sum of RGB (Red+Green+Blue) = 205+159+203=567 (75% of max value = 765). Red value is 205 (80.47% from 255 or 36.16% from 567); Green value is 159 (62.5% from 255 or 28.04% from 567); Blue value is 203 (79.69% from 255 or 35.80% from 567); Max value from RGB is 205 - color contains mainly: red. Hex color #CD9FCB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CD9FCB is #326034. Grayscale: #B1B1B1. Windows color (decimal): -3301429 or 13344717. OLE color: 13344717.

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

Color convert

RGB205159203-
CMYK00.220.010.20
HSL302.61º31.51%71.37%-
HSV(B)302.61º22.44%80.39%-
XYZ48.3542.0962.08-
YUV177.77142.24147.42-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 36.16%
GREEN value IS 159 (62.5% from 255) = 28.04%
BLUE value IS 203 (79.69% from 255) = 35.80%
R=36.16%
G=28.04%
B=35.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.01
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20515920300.220.010.20302.6131.5171.37
HexCD9FCB01611412f2047
Octal31523731302612445740107
Binary1100110110011111110010110101101101001001011111000001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD9FCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD9FCB; }

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

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

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

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

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

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

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

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