Html Css Color HEX #CDA4CE Lilac

📋 copy color: '#CDA4CE'

red 205 ◦ green 164 ◦ blue 206

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

Shades of Lilac #CDA4CE

Tints of Lilac #CDA4CE

RGB

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

 GREEN value IS 164 (64.45% from 255) = 28.52%

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

R = 35.65%
G = 28.52%
B = 35.83%

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

#CDA4CE (or 0xCDA4CE) is known color: Lilac. HEX triplet: CD, A4 and CE. RGB value is (205,164,206). Sum of RGB (Red+Green+Blue) = 205+164+206=575 (76% of max value = 765). Red value is 205 (80.47% from 255 or 35.65% from 575); Green value is 164 (64.45% from 255 or 28.52% from 575); Blue value is 206 (80.86% from 255 or 35.83% from 575); Max value from RGB is 206 - color contains mainly: blue. Hex color #CDA4CE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CDA4CE is #325B31. Grayscale: #B4B4B4. Windows color (decimal): -3300146 or 13542605. OLE color: 13542605.

HSL color Cylindrical-coordinate representation of color #CDA4CE: hue angle of 298.57º degrees, saturation: 0.3, 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 #CDA4CE is Cyan = 0.00, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 205 164 206 -
CMYK 0.00 0.20 0 0.19
HSL 298.57º 0.3% 0.73% -
HSV(B) 298.57º 0.2% 0.81% -
XYZ 49.59 43.99 64.27 -
YUV 181.05 142.08 145.08 -
System Red Green Blue C M Y K H S L
Decimal 205 164 206 0.00 0.20 0 0.19 298.57 0.3 0.73
Hex CD A4 CE 0 14 0 13 12B 1E 49
Octal 315 244 316 0 24 0 23 453 36 111
Binary 11001101 10100100 11001110 0 10100 0 10011 100101011 11110 1001001

Color Harmonies of #CDA4CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDA4CE

Black with #CDA4CE

Text Example


Text Example

White with #CDA4CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDA4CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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