Html Css Color HEX #CDAACC Lilac

📋 copy color: '#CDAACC'

red 205 ◦ green 170 ◦ blue 204

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

Shades of Lilac #CDAACC

Tints of Lilac #CDAACC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 35.23%

R = 35.41%
G = 29.36%
B = 35.23%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.00

 K value IS 0.20

RGB Variations

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

Color information

#CDAACC (or 0xCDAACC) is known color: Lilac. HEX triplet: CD, AA and CC. RGB value is (205,170,204). Sum of RGB (Red+Green+Blue) = 205+170+204=579 (76% of max value = 765). Red value is 205 (80.47% from 255 or 35.41% from 579); Green value is 170 (66.80% from 255 or 29.36% from 579); Blue value is 204 (80.08% from 255 or 35.23% from 579); Max value from RGB is 205 - color contains mainly: red. Hex color #CDAACC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CDAACC is #325533. Grayscale: #B8B8B8. Windows color (decimal): -3298612 or 13413069. OLE color: 13413069.

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

Color convert

RGB 205 170 204 -
CMYK 0 0.17 0.00 0.20
HSL 301.71º 0.26% 0.74% -
HSV(B) 301.71º 0.17% 0.8% -
XYZ 50.45 46.09 63.36 -
YUV 184.34 139.1 142.74 -
System Red Green Blue C M Y K H S L
Decimal 205 170 204 0 0.17 0.00 0.20 301.71 0.26 0.74
Hex CD AA CC 0 11 0 14 12E 1A 4A
Octal 315 252 314 0 21 0 24 456 32 112
Binary 11001101 10101010 11001100 0 10001 0 10100 100101110 11010 1001010

Color Harmonies of #CDAACC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDAACC

Black with #CDAACC

Text Example


Text Example

White with #CDAACC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDAACC; }

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

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

background-color css

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

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

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

border-color css

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

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

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