Html Css Color HEX #CAAACC Lilac

📋 copy color: '#CAAACC'

red 202 ◦ green 170 ◦ blue 204

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

Shades of Lilac #CAAACC

Tints of Lilac #CAAACC

RGB

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

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

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

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

CMYK

 C value IS 0.01

 M value IS 0.17

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

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

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

Color convert

RGB 202 170 204 -
CMYK 0.01 0.17 0 0.2
HSL 296.47º 0.25% 0.73% -
HSV(B) 296.47º 0.17% 0.8% -
XYZ 49.63 45.67 63.33 -
YUV 183.44 139.6 141.24 -
System Red Green Blue C M Y K H S L
Decimal 202 170 204 0.01 0.17 0 0.2 296.47 0.25 0.73
Hex CA AA CC 1 11 0 14 128 19 49
Octal 312 252 314 1 21 0 24 450 31 111
Binary 11001010 10101010 11001100 1 10001 0 10100 100101000 11001 1001001

Color Harmonies of #CAAACC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAAACC

Black with #CAAACC

Text Example


Text Example

White with #CAAACC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAAACC; }

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

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

background-color css

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

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

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

border-color css

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

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

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