Html Css Color HEX #CCAACC Lilac

📋 copy color: '#CCAACC'

red 204 ◦ green 170 ◦ blue 204

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

Shades of Lilac #CCAACC

Tints of Lilac #CCAACC

RGB

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

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

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

R = 35.29%
G = 29.41%
B = 35.29%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#CCAACC (or 0xCCAACC) is known color: Lilac. HEX triplet: CC, AA and CC. RGB value is (204,170,204). Sum of RGB (Red+Green+Blue) = 204+170+204=578 (76% of max value = 765). Red value is 204 (80.08% from 255 or 35.29% from 578); Green value is 170 (66.80% from 255 or 29.41% from 578); Blue value is 204 (80.08% from 255 or 35.29% from 578); Max value from RGB is 204 - color contains mainly: red, blue. Hex color #CCAACC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CCAACC is #335533. Grayscale: #B7B7B7. Windows color (decimal): -3364148 or 13413068. OLE color: 13413068.

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

Color convert

RGB 204 170 204 -
CMYK 0 0.17 0 0.2
HSL 300º 0.25% 0.73% -
HSV(B) 300º 0.17% 0.8% -
XYZ 50.18 45.95 63.35 -
YUV 184.04 139.26 142.24 -
System Red Green Blue C M Y K H S L
Decimal 204 170 204 0 0.17 0 0.2 300 0.25 0.73
Hex CC AA CC 0 11 0 14 12C 19 49
Octal 314 252 314 0 21 0 24 454 31 111
Binary 11001100 10101010 11001100 0 10001 0 10100 100101100 11001 1001001

Color Harmonies of #CCAACC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCAACC

Black with #CCAACC

Text Example


Text Example

White with #CCAACC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCAACC; }

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

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

background-color css

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

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

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

border-color css

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

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

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