Html Css Color HEX #CDA2C9 Lilac

📋 copy color: '#CDA2C9'

red 205 ◦ green 162 ◦ blue 201

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

Shades of Lilac #CDA2C9

Tints of Lilac #CDA2C9

RGB

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

 GREEN value IS 162 (63.67% from 255) = 28.52%

 BLUE value IS 201 (78.91% from 255) = 35.39%

R = 36.09%
G = 28.52%
B = 35.39%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.02

 K value IS 0.20

RGB Variations

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

Color information

#CDA2C9 (or 0xCDA2C9) is known color: Lilac. HEX triplet: CD, A2 and C9. RGB value is (205,162,201). Sum of RGB (Red+Green+Blue) = 205+162+201=568 (75% of max value = 765). Red value is 205 (80.47% from 255 or 36.09% from 568); Green value is 162 (63.67% from 255 or 28.52% from 568); Blue value is 201 (78.91% from 255 or 35.39% from 568); Max value from RGB is 205 - color contains mainly: red. Hex color #CDA2C9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CDA2C9 is #325D36. Grayscale: #B3B3B3. Windows color (decimal): -3300663 or 13214413. OLE color: 13214413.

HSL color Cylindrical-coordinate representation of color #CDA2C9: hue angle of 305.58º 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 #CDA2C9 is Cyan = 0, Magento = 0.21, Yellow = 0.02 and Black (K on CMYK) = 0.20.

Color convert

RGB 205 162 201 -
CMYK 0 0.21 0.02 0.20
HSL 305.58º 0.3% 0.72% -
HSV(B) 305.58º 0.21% 0.8% -
XYZ 48.64 43.04 61 -
YUV 179.3 140.25 146.33 -
System Red Green Blue C M Y K H S L
Decimal 205 162 201 0 0.21 0.02 0.20 305.58 0.3 0.72
Hex CD A2 C9 0 15 2 14 132 1E 48
Octal 315 242 311 0 25 2 24 462 36 110
Binary 11001101 10100010 11001001 0 10101 10 10100 100110010 11110 1001000

Color Harmonies of #CDA2C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDA2C9

Black with #CDA2C9

Text Example


Text Example

White with #CDA2C9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDA2C9; }

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

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

background-color css

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

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

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

border-color css

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

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

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