Html Css Color HEX #CDAACD Lilac

📋 copy color: '#CDAACD'

red 205 ◦ green 170 ◦ blue 205

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

Shades of Lilac #CDAACD

Tints of Lilac #CDAACD

RGB

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

 GREEN value IS 170 (66.8% from 255) = 29.31%

 BLUE value IS 205 (80.47% from 255) = 35.34%

R = 35.34%
G = 29.31%
B = 35.34%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#CDAACD (or 0xCDAACD) is known color: Lilac. HEX triplet: CD, AA and CD. RGB value is (205,170,205). Sum of RGB (Red+Green+Blue) = 205+170+205=580 (76% of max value = 765). Red value is 205 (80.47% from 255 or 35.34% from 580); Green value is 170 (66.80% from 255 or 29.31% from 580); Blue value is 205 (80.47% from 255 or 35.34% from 580); Max value from RGB is 205 - color contains mainly: red, blue. Hex color #CDAACD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CDAACD is #325532. Grayscale: #B8B8B8. Windows color (decimal): -3298611 or 13478605. OLE color: 13478605.

HSL color Cylindrical-coordinate representation of color #CDAACD: hue angle of 300º degrees, saturation: 0.26, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #CDAACD is Cyan = 0, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 205 170 205 -
CMYK 0 0.17 0 0.20
HSL 300º 0.26% 0.74% -
HSV(B) 300º 0.17% 0.8% -
XYZ 50.57 46.14 64 -
YUV 184.46 139.6 142.65 -
System Red Green Blue C M Y K H S L
Decimal 205 170 205 0 0.17 0 0.20 300 0.26 0.74
Hex CD AA CD 0 11 0 14 12C 1A 4A
Octal 315 252 315 0 21 0 24 454 32 112
Binary 11001101 10101010 11001101 0 10001 0 10100 100101100 11010 1001010

Color Harmonies of #CDAACD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDAACD

Black with #CDAACD

Text Example


Text Example

White with #CDAACD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDAACD; }

 p { color: rgb(205,170,205); }

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

background-color css

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

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

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

border-color css

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

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

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