Html Css Color HEX #CDA6D0 Lilac

📋 copy color: '#CDA6D0'

red 205 ◦ green 166 ◦ blue 208

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

Shades of Lilac #CDA6D0

Tints of Lilac #CDA6D0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 35.92%

R = 35.41%
G = 28.67%
B = 35.92%

CMYK

 C value IS 0.01

 M value IS 0.20

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#CDA6D0 (or 0xCDA6D0) is known color: Lilac. HEX triplet: CD, A6 and D0. RGB value is (205,166,208). Sum of RGB (Red+Green+Blue) = 205+166+208=579 (76% of max value = 765). Red value is 205 (80.47% from 255 or 35.41% from 579); Green value is 166 (65.23% from 255 or 28.67% from 579); Blue value is 208 (81.64% from 255 or 35.92% from 579); Max value from RGB is 208 - color contains mainly: blue. Hex color #CDA6D0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CDA6D0 is #32592F. Grayscale: #B6B6B6. Windows color (decimal): -3299632 or 13674189. OLE color: 13674189.

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

Color convert

RGB 205 166 208 -
CMYK 0.01 0.20 0 0.18
HSL 295.71º 0.31% 0.73% -
HSV(B) 295.71º 0.2% 0.82% -
XYZ 50.2 44.81 65.68 -
YUV 182.45 142.42 144.08 -
System Red Green Blue C M Y K H S L
Decimal 205 166 208 0.01 0.20 0 0.18 295.71 0.31 0.73
Hex CD A6 D0 1 14 0 12 128 1F 49
Octal 315 246 320 1 24 0 22 450 37 111
Binary 11001101 10100110 11010000 1 10100 0 10010 100101000 11111 1001001

Color Harmonies of #CDA6D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDA6D0

Black with #CDA6D0

Text Example


Text Example

White with #CDA6D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDA6D0; }

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

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

background-color css

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

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

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

border-color css

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

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

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