Html Css Color HEX #CCAACA Lilac

📋 copy color: '#CCAACA'

red 204 ◦ green 170 ◦ blue 202

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

Shades of Lilac #CCAACA

Tints of Lilac #CCAACA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 35.07%

R = 35.42%
G = 29.51%
B = 35.07%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.01

 K value IS 0.2

RGB Variations

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

Color information

#CCAACA (or 0xCCAACA) is known color: Lilac. HEX triplet: CC, AA and CA. RGB value is (204,170,202). Sum of RGB (Red+Green+Blue) = 204+170+202=576 (76% of max value = 765). Red value is 204 (80.08% from 255 or 35.42% from 576); Green value is 170 (66.80% from 255 or 29.51% from 576); Blue value is 202 (79.30% from 255 or 35.07% from 576); Max value from RGB is 204 - color contains mainly: red. Hex color #CCAACA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CCAACA is #335535. Grayscale: #B7B7B7. Windows color (decimal): -3364150 or 13281996. OLE color: 13281996.

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

Color convert

RGB 204 170 202 -
CMYK 0 0.17 0.01 0.2
HSL 303.53º 0.25% 0.73% -
HSV(B) 303.53º 0.17% 0.8% -
XYZ 49.94 45.85 62.1 -
YUV 183.81 138.26 142.4 -
System Red Green Blue C M Y K H S L
Decimal 204 170 202 0 0.17 0.01 0.2 303.53 0.25 0.73
Hex CC AA CA 0 11 1 14 130 19 49
Octal 314 252 312 0 21 1 24 460 31 111
Binary 11001100 10101010 11001010 0 10001 1 10100 100110000 11001 1001001

Color Harmonies of #CCAACA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCAACA

Black with #CCAACA

Text Example


Text Example

White with #CCAACA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCAACA; }

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

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

background-color css

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

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

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

border-color css

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

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

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