Html Css Color HEX #CAA9CF Lilac

📋 copy color: '#CAA9CF'

red 202 ◦ green 169 ◦ blue 207

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

Shades of Lilac #CAA9CF

Tints of Lilac #CAA9CF

RGB

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

 GREEN value IS 169 (66.41% from 255) = 29.24%

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

R = 34.95%
G = 29.24%
B = 35.81%

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

#CAA9CF (or 0xCAA9CF) is known color: Lilac. HEX triplet: CA, A9 and CF. RGB value is (202,169,207). Sum of RGB (Red+Green+Blue) = 202+169+207=578 (76% of max value = 765). Red value is 202 (79.30% from 255 or 34.95% from 578); Green value is 169 (66.41% from 255 or 29.24% from 578); Blue value is 207 (81.25% from 255 or 35.81% from 578); Max value from RGB is 207 - color contains mainly: blue. Hex color #CAA9CF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CAA9CF is #355630. Grayscale: #B7B7B7. Windows color (decimal): -3495473 or 13609418. OLE color: 13609418.

HSL color Cylindrical-coordinate representation of color #CAA9CF: hue angle of 292.11º 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 #CAA9CF is Cyan = 0.02, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 202 169 207 -
CMYK 0.02 0.18 0 0.19
HSL 292.11º 0.28% 0.74% -
HSV(B) 292.11º 0.18% 0.81% -
XYZ 49.81 45.44 65.18 -
YUV 183.2 141.43 141.41 -
System Red Green Blue C M Y K H S L
Decimal 202 169 207 0.02 0.18 0 0.19 292.11 0.28 0.74
Hex CA A9 CF 2 12 0 13 124 1C 4A
Octal 312 251 317 2 22 0 23 444 34 112
Binary 11001010 10101001 11001111 10 10010 0 10011 100100100 11100 1001010

Color Harmonies of #CAA9CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAA9CF

Black with #CAA9CF

Text Example


Text Example

White with #CAA9CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAA9CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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