Html Css Color HEX #CDA5CE Lilac

📋 copy color: '#CDA5CE'

red 205 ◦ green 165 ◦ blue 206

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

Shades of Lilac #CDA5CE

Tints of Lilac #CDA5CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 35.76%

R = 35.59%
G = 28.65%
B = 35.76%

CMYK

 C value IS 0.00

 M value IS 0.20

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#CDA5CE (or 0xCDA5CE) is known color: Lilac. HEX triplet: CD, A5 and CE. RGB value is (205,165,206). Sum of RGB (Red+Green+Blue) = 205+165+206=576 (76% of max value = 765). Red value is 205 (80.47% from 255 or 35.59% from 576); Green value is 165 (64.84% from 255 or 28.65% from 576); Blue value is 206 (80.86% from 255 or 35.76% from 576); Max value from RGB is 206 - color contains mainly: blue. Hex color #CDA5CE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CDA5CE is #325A31. Grayscale: #B5B5B5. Windows color (decimal): -3299890 or 13542861. OLE color: 13542861.

HSL color Cylindrical-coordinate representation of color #CDA5CE: hue angle of 298.54º degrees, saturation: 0.29, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #CDA5CE is Cyan = 0.00, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 205 165 206 -
CMYK 0.00 0.20 0 0.19
HSL 298.54º 0.29% 0.73% -
HSV(B) 298.54º 0.2% 0.81% -
XYZ 49.77 44.35 64.33 -
YUV 181.63 141.75 144.67 -
System Red Green Blue C M Y K H S L
Decimal 205 165 206 0.00 0.20 0 0.19 298.54 0.29 0.73
Hex CD A5 CE 0 14 0 13 12B 1D 49
Octal 315 245 316 0 24 0 23 453 35 111
Binary 11001101 10100101 11001110 0 10100 0 10011 100101011 11101 1001001

Color Harmonies of #CDA5CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDA5CE

Black with #CDA5CE

Text Example


Text Example

White with #CDA5CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDA5CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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