#CDA2CA

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

Shades of Lilac #CDA2CA

Tints of Lilac #CDA2CA

Color information

#CDA2CA (or 0xCDA2CA) is unknown color: approx Lilac. HEX triplet: CD, A2 and CA. RGB value is (205,162,202). Sum of RGB (Red+Green+Blue) = 205+162+202=569 (75% of max value = 765). Red value is 205 (80.47% from 255 or 36.03% from 569); Green value is 162 (63.67% from 255 or 28.47% from 569); Blue value is 202 (79.30% from 255 or 35.50% from 569); Max value from RGB is 205 - color contains mainly: red. Hex color #CDA2CA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CDA2CA is #325D35. Grayscale: #B3B3B3. Windows color (decimal): -3300662 or 13279949. OLE color: 13279949.

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

Color convert

RGB205162202-
CMYK00.210.010.20
HSL304.19º30.07%71.96%-
HSV(B)304.19º20.98%80.39%-
XYZ48.7643.0861.62-
YUV179.42140.75146.25-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 36.03%
GREEN value IS 162 (63.67% from 255) = 28.47%
BLUE value IS 202 (79.30% from 255) = 35.50%
R=36.03%
G=28.47%
B=35.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.01
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20516220200.210.010.20304.1930.0771.96
HexCDA2CA0151141301e48
Octal31524231202512446036110
Binary110011011010001011001010010101110100100110000111101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDA2CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDA2CA; }

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

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

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

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

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

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

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

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