#CDA9CA

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

Shades of Lilac #CDA9CA

Tints of Lilac #CDA9CA

Color information

#CDA9CA (or 0xCDA9CA) is unknown color: approx Lilac. HEX triplet: CD, A9 and CA. RGB value is (205,169,202). Sum of RGB (Red+Green+Blue) = 205+169+202=576 (76% of max value = 765). Red value is 205 (80.47% from 255 or 35.59% from 576); Green value is 169 (66.41% from 255 or 29.34% from 576); Blue value is 202 (79.30% from 255 or 35.07% from 576); Max value from RGB is 205 - color contains mainly: red. Hex color #CDA9CA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CDA9CA is #325635. Grayscale: #B7B7B7. Windows color (decimal): -3298870 or 13281741. OLE color: 13281741.

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

Color convert

RGB205169202-
CMYK00.180.010.20
HSL305º26.47%73.33%-
HSV(B)305º17.56%80.39%-
XYZ50.0345.6262.05-
YUV183.53138.43143.32-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 35.59%
GREEN value IS 169 (66.41% from 255) = 29.34%
BLUE value IS 202 (79.30% from 255) = 35.07%
R=35.59%
G=29.34%
B=35.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.01
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20516920200.180.010.2030526.4773.33
HexCDA9CA0121141311a49
Octal31525131202212446132111
Binary110011011010100111001010010010110100100110001110101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDA9CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDA9CA; }

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

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

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

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

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

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

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

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