Html Css Color HEX #CAAACD Lilac

📋 copy color: '#CAAACD'

red 202 ◦ green 170 ◦ blue 205

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

Shades of Lilac #CAAACD

Tints of Lilac #CAAACD

RGB

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

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

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

R = 35.01%
G = 29.46%
B = 35.53%

CMYK

 C value IS 0.01

 M value IS 0.17

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#CAAACD (or 0xCAAACD) is known color: Lilac. HEX triplet: CA, AA and CD. RGB value is (202,170,205). Sum of RGB (Red+Green+Blue) = 202+170+205=577 (76% of max value = 765). Red value is 202 (79.30% from 255 or 35.01% from 577); Green value is 170 (66.80% from 255 or 29.46% from 577); Blue value is 205 (80.47% from 255 or 35.53% from 577); Max value from RGB is 205 - color contains mainly: blue. Hex color #CAAACD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CAAACD is #355532. Grayscale: #B7B7B7. Windows color (decimal): -3495219 or 13478602. OLE color: 13478602.

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

Color convert

RGB 202 170 205 -
CMYK 0.01 0.17 0 0.20
HSL 294.86º 0.26% 0.74% -
HSV(B) 294.86º 0.17% 0.8% -
XYZ 49.75 45.71 63.96 -
YUV 183.56 140.1 141.15 -
System Red Green Blue C M Y K H S L
Decimal 202 170 205 0.01 0.17 0 0.20 294.86 0.26 0.74
Hex CA AA CD 1 11 0 14 127 1A 4A
Octal 312 252 315 1 21 0 24 447 32 112
Binary 11001010 10101010 11001101 1 10001 0 10100 100100111 11010 1001010

Color Harmonies of #CAAACD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAAACD

Black with #CAAACD

Text Example


Text Example

White with #CAAACD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAAACD; }

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

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

background-color css

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

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

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

border-color css

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

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

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