Html Css Color HEX #CDA6CA Lilac

📋 copy color: '#CDA6CA'

red 205 ◦ green 166 ◦ blue 202

#CDA6CA
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Lilac #CDA6CA

Tints of Lilac #CDA6CA

RGB

 RED value IS 205 (80.47% from 255) = 35.78%

 GREEN value IS 166 (65.23% from 255) = 28.97%

 BLUE value IS 202 (79.3% from 255) = 35.25%

R = 35.78%
G = 28.97%
B = 35.25%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.01

 K value IS 0.20

RGB Variations

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

Color information

#CDA6CA (or 0xCDA6CA) is known color: Lilac. HEX triplet: CD, A6 and CA. RGB value is (205,166,202). Sum of RGB (Red+Green+Blue) = 205+166+202=573 (75% of max value = 765). Red value is 205 (80.47% from 255 or 35.78% from 573); Green value is 166 (65.23% from 255 or 28.97% from 573); Blue value is 202 (79.30% from 255 or 35.25% from 573); Max value from RGB is 205 - color contains mainly: red. Hex color #CDA6CA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CDA6CA is #325935. Grayscale: #B5B5B5. Windows color (decimal): -3299638 or 13280973. OLE color: 13280973.

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

Color convert

RGB 205 166 202 -
CMYK 0 0.19 0.01 0.20
HSL 304.62º 0.28% 0.73% -
HSV(B) 304.62º 0.19% 0.8% -
XYZ 49.47 44.52 61.86 -
YUV 181.77 139.42 144.57 -
System Red Green Blue C M Y K H S L
Decimal 205 166 202 0 0.19 0.01 0.20 304.62 0.28 0.73
Hex CD A6 CA 0 13 1 14 131 1C 49
Octal 315 246 312 0 23 1 24 461 34 111
Binary 11001101 10100110 11001010 0 10011 1 10100 100110001 11100 1001001

Color Harmonies of #CDA6CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDA6CA

Black with #CDA6CA

Text Example


Text Example

White with #CDA6CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDA6CA; }

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

 H1.HeaderClassName
 {
   color: #CDA6CA;
 }
 .AnyTagClassName
 {
   color: #CDA6CA;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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