Html Css Color HEX #CAAACF Lilac

📋 copy color: '#CAAACF'

red 202 ◦ green 170 ◦ blue 207

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

Shades of Lilac #CAAACF

Tints of Lilac #CAAACF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 35.75%

R = 34.89%
G = 29.36%
B = 35.75%

CMYK

 C value IS 0.02

 M value IS 0.18

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#CAAACF (or 0xCAAACF) is known color: Lilac. HEX triplet: CA, AA and CF. RGB value is (202,170,207). Sum of RGB (Red+Green+Blue) = 202+170+207=579 (76% of max value = 765). Red value is 202 (79.30% from 255 or 34.89% from 579); Green value is 170 (66.80% from 255 or 29.36% from 579); Blue value is 207 (81.25% from 255 or 35.75% from 579); Max value from RGB is 207 - color contains mainly: blue. Hex color #CAAACF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CAAACF is #355530. Grayscale: #B7B7B7. Windows color (decimal): -3495217 or 13609674. OLE color: 13609674.

HSL color Cylindrical-coordinate representation of color #CAAACF: hue angle of 291.89º degrees, saturation: 0.28, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #CAAACF is Cyan = 0.02, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 202 170 207 -
CMYK 0.02 0.18 0 0.19
HSL 291.89º 0.28% 0.74% -
HSV(B) 291.89º 0.18% 0.81% -
XYZ 49.99 45.81 65.24 -
YUV 183.79 141.1 140.99 -
System Red Green Blue C M Y K H S L
Decimal 202 170 207 0.02 0.18 0 0.19 291.89 0.28 0.74
Hex CA AA CF 2 12 0 13 124 1C 4A
Octal 312 252 317 2 22 0 23 444 34 112
Binary 11001010 10101010 11001111 10 10010 0 10011 100100100 11100 1001010

Color Harmonies of #CAAACF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAAACF

Black with #CAAACF

Text Example


Text Example

White with #CAAACF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAAACF; }

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

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

background-color css

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

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

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

border-color css

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

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

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