#CD9CCB

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

Shades of Lilac #CD9CCB

Tints of Lilac #CD9CCB

Color information

#CD9CCB (or 0xCD9CCB) is unknown color: approx Lilac. HEX triplet: CD, 9C and CB. RGB value is (205,156,203). Sum of RGB (Red+Green+Blue) = 205+156+203=564 (74% of max value = 765). Red value is 205 (80.47% from 255 or 36.35% from 564); Green value is 156 (61.33% from 255 or 27.66% from 564); Blue value is 203 (79.69% from 255 or 35.99% from 564); Max value from RGB is 205 - color contains mainly: red. Hex color #CD9CCB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CD9CCB is #326334. Grayscale: #AFAFAF. Windows color (decimal): -3302197 or 13343949. OLE color: 13343949.

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

Color convert

RGB205156203-
CMYK00.240.010.20
HSL302.45º32.89%70.78%-
HSV(B)302.45º23.9%80.39%-
XYZ47.8441.0761.91-
YUV176.01143.23148.68-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 36.35%
GREEN value IS 156 (61.33% from 255) = 27.66%
BLUE value IS 203 (79.69% from 255) = 35.99%
R=36.35%
G=27.66%
B=35.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.01
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20515620300.240.010.20302.4532.8970.78
HexCD9CCB01811412e2147
Octal31523431303012445641107
Binary1100110110011100110010110110001101001001011101000011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD9CCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD9CCB; }

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

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

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

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

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

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

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

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