#CDA3CA

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

Shades of Lilac #CDA3CA

Tints of Lilac #CDA3CA

Color information

#CDA3CA (or 0xCDA3CA) is unknown color: approx Lilac. HEX triplet: CD, A3 and CA. RGB value is (205,163,202). Sum of RGB (Red+Green+Blue) = 205+163+202=570 (75% of max value = 765). Red value is 205 (80.47% from 255 or 35.96% from 570); Green value is 163 (64.06% from 255 or 28.60% from 570); Blue value is 202 (79.30% from 255 or 35.44% from 570); Max value from RGB is 205 - color contains mainly: red. Hex color #CDA3CA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CDA3CA is #325C35. Grayscale: #B3B3B3. Windows color (decimal): -3300406 or 13280205. OLE color: 13280205.

HSL color Cylindrical-coordinate representation of color #CDA3CA: hue angle of 304.29º degrees, saturation: 0.3, 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 #CDA3CA is Cyan = 0, Magento = 0.20, Yellow = 0.01 and Black (K on CMYK) = 0.20.

Color convert

RGB205163202-
CMYK00.200.010.20
HSL304.29º29.58%72.16%-
HSV(B)304.29º20.49%80.39%-
XYZ48.9343.4461.68-
YUV180140.41145.83-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 35.96%
GREEN value IS 163 (64.06% from 255) = 28.60%
BLUE value IS 202 (79.30% from 255) = 35.44%
R=35.96%
G=28.60%
B=35.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.01
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20516320200.200.010.20304.2929.5872.16
HexCDA3CA0141141301e48
Octal31524331202412446036110
Binary110011011010001111001010010100110100100110000111101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDA3CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDA3CA; }

 p { color: rgb(205,163,202); }

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

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

 a { background-color: rgb(205,163,202); }

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

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

 span { border-color: rgb(205,163,202); }

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