Html Css Color HEX #CDA9CA Lilac

📋 copy color: '#CDA9CA'

red 205 ◦ green 169 ◦ blue 202

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

Shades of Lilac #CDA9CA

Tints of Lilac #CDA9CA

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.3% from 255) = 35.07%

R = 35.59%
G = 29.34%
B = 35.07%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.01

 K value IS 0.20

RGB Variations

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

Color information

#CDA9CA (or 0xCDA9CA) is known color: 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

RGB 205 169 202 -
CMYK 0 0.18 0.01 0.20
HSL 305º 0.26% 0.73% -
HSV(B) 305º 0.18% 0.8% -
XYZ 50.03 45.62 62.05 -
YUV 183.53 138.43 143.32 -
System Red Green Blue C M Y K H S L
Decimal 205 169 202 0 0.18 0.01 0.20 305 0.26 0.73
Hex CD A9 CA 0 12 1 14 131 1A 49
Octal 315 251 312 0 22 1 24 461 32 111
Binary 11001101 10101001 11001010 0 10010 1 10100 100110001 11010 1001001

Color Harmonies of #CDA9CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDA9CA

Black with #CDA9CA

Text Example


Text Example

White with #CDA9CA

Text Example


Text Example

HTML Codes & Css Web 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>