Html Css Color HEX #CCAACD Lilac

📋 copy color: '#CCAACD'

red 204 ◦ green 170 ◦ blue 205

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

Shades of Lilac #CCAACD

Tints of Lilac #CCAACD

RGB

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

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

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

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

CMYK

 C value IS 0.00

 M value IS 0.17

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

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

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

Color convert

RGB 204 170 205 -
CMYK 0.00 0.17 0 0.20
HSL 298.29º 0.26% 0.74% -
HSV(B) 298.29º 0.17% 0.8% -
XYZ 50.3 45.99 63.98 -
YUV 184.16 139.76 142.15 -
System Red Green Blue C M Y K H S L
Decimal 204 170 205 0.00 0.17 0 0.20 298.29 0.26 0.74
Hex CC AA CD 0 11 0 14 12A 1A 4A
Octal 314 252 315 0 21 0 24 452 32 112
Binary 11001100 10101010 11001101 0 10001 0 10100 100101010 11010 1001010

Color Harmonies of #CCAACD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCAACD

Black with #CCAACD

Text Example


Text Example

White with #CCAACD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCAACD; }

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

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

background-color css

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

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

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

border-color css

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

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

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