#CDA4CB

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

Shades of Lilac #CDA4CB

Tints of Lilac #CDA4CB

Color information

#CDA4CB (or 0xCDA4CB) is unknown color: approx Lilac. HEX triplet: CD, A4 and CB. RGB value is (205,164,203). Sum of RGB (Red+Green+Blue) = 205+164+203=572 (75% of max value = 765). Red value is 205 (80.47% from 255 or 35.84% from 572); Green value is 164 (64.45% from 255 or 28.67% from 572); Blue value is 203 (79.69% from 255 or 35.49% from 572); Max value from RGB is 205 - color contains mainly: red. Hex color #CDA4CB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CDA4CB is #325B34. Grayscale: #B4B4B4. Windows color (decimal): -3300149 or 13345997. OLE color: 13345997.

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

Color convert

RGB205164203-
CMYK00.20.010.20
HSL302.93º29.08%72.35%-
HSV(B)302.93º20%80.39%-
XYZ49.2343.8462.37-
YUV180.7140.58145.33-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 35.84%
GREEN value IS 164 (64.45% from 255) = 28.67%
BLUE value IS 203 (79.69% from 255) = 35.49%
R=35.84%
G=28.67%
B=35.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.2
Y (Yellow) values IS 0.01
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20516420300.20.010.20302.9329.0872.35
HexCDA4CB01411412f1d48
Octal31524431302412445735110
Binary110011011010010011001011010100110100100101111111011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDA4CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDA4CB; }

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

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

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

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

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

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

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

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