#CDAACB

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

Shades of Lilac #CDAACB

Tints of Lilac #CDAACB

Color information

#CDAACB (or 0xCDAACB) is unknown color: approx Lilac. HEX triplet: CD, AA and CB. RGB value is (205,170,203). Sum of RGB (Red+Green+Blue) = 205+170+203=578 (76% of max value = 765). Red value is 205 (80.47% from 255 or 35.47% from 578); Green value is 170 (66.80% from 255 or 29.41% from 578); Blue value is 203 (79.69% from 255 or 35.12% from 578); Max value from RGB is 205 - color contains mainly: red. Hex color #CDAACB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CDAACB is #325534. Grayscale: #B8B8B8. Windows color (decimal): -3298613 or 13347533. OLE color: 13347533.

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

Color convert

RGB205170203-
CMYK00.170.010.20
HSL303.43º25.93%73.53%-
HSV(B)303.43º17.07%80.39%-
XYZ50.3346.0462.73-
YUV184.23138.6142.82-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 35.47%
GREEN value IS 170 (66.80% from 255) = 29.41%
BLUE value IS 203 (79.69% from 255) = 35.12%
R=35.47%
G=29.41%
B=35.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.01
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20517020300.170.010.20303.4325.9373.53
HexCDAACB01111412f1a4a
Octal31525231302112445732112
Binary110011011010101011001011010001110100100101111110101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDAACB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDAACB; }

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

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

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

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

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

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

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

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