Html Css Color HEX #CDA5D0 Lilac

📋 copy color: '#CDA5D0'

red 205 ◦ green 165 ◦ blue 208

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

Shades of Lilac #CDA5D0

Tints of Lilac #CDA5D0

RGB

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

 GREEN value IS 165 (64.84% from 255) = 28.55%

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

R = 35.47%
G = 28.55%
B = 35.99%

CMYK

 C value IS 0.01

 M value IS 0.21

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#CDA5D0 (or 0xCDA5D0) is known color: Lilac. HEX triplet: CD, A5 and D0. RGB value is (205,165,208). Sum of RGB (Red+Green+Blue) = 205+165+208=578 (76% of max value = 765). Red value is 205 (80.47% from 255 or 35.47% from 578); Green value is 165 (64.84% from 255 or 28.55% from 578); Blue value is 208 (81.64% from 255 or 35.99% from 578); Max value from RGB is 208 - color contains mainly: blue. Hex color #CDA5D0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CDA5D0 is #325A2F. Grayscale: #B5B5B5. Windows color (decimal): -3299888 or 13673933. OLE color: 13673933.

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

Color convert

RGB 205 165 208 -
CMYK 0.01 0.21 0 0.18
HSL 295.81º 0.31% 0.73% -
HSV(B) 295.81º 0.21% 0.82% -
XYZ 50.02 44.44 65.62 -
YUV 181.86 142.75 144.5 -
System Red Green Blue C M Y K H S L
Decimal 205 165 208 0.01 0.21 0 0.18 295.81 0.31 0.73
Hex CD A5 D0 1 15 0 12 128 1F 49
Octal 315 245 320 1 25 0 22 450 37 111
Binary 11001101 10100101 11010000 1 10101 0 10010 100101000 11111 1001001

Color Harmonies of #CDA5D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDA5D0

Black with #CDA5D0

Text Example


Text Example

White with #CDA5D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDA5D0; }

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

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

background-color css

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

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

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

border-color css

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

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

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