Html Css Color HEX #CAAFC7 Lilac

📋 copy color: '#CAAFC7'

red 202 ◦ green 175 ◦ blue 199

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

Shades of Lilac #CAAFC7

Tints of Lilac #CAAFC7

RGB

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

 GREEN value IS 175 (68.75% from 255) = 30.38%

 BLUE value IS 199 (78.13% from 255) = 34.55%

R = 35.07%
G = 30.38%
B = 34.55%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.01

 K value IS 0.21

RGB Variations

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

Color information

#CAAFC7 (or 0xCAAFC7) is known color: Lilac. HEX triplet: CA, AF and C7. RGB value is (202,175,199). Sum of RGB (Red+Green+Blue) = 202+175+199=576 (76% of max value = 765). Red value is 202 (79.30% from 255 or 35.07% from 576); Green value is 175 (68.75% from 255 or 30.38% from 576); Blue value is 199 (78.12% from 255 or 34.55% from 576); Max value from RGB is 202 - color contains mainly: red. Hex color #CAAFC7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CAAFC7 is #355038. Grayscale: #B9B9B9. Windows color (decimal): -3493945 or 13086666. OLE color: 13086666.

HSL color Cylindrical-coordinate representation of color #CAAFC7: hue angle of 306.67º degrees, saturation: 0.2, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #CAAFC7 is Cyan = 0, Magento = 0.13, Yellow = 0.01 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 175 199 -
CMYK 0 0.13 0.01 0.21
HSL 306.67º 0.2% 0.74% -
HSV(B) 306.67º 0.13% 0.79% -
XYZ 50 47.34 60.54 -
YUV 185.81 135.45 139.55 -
System Red Green Blue C M Y K H S L
Decimal 202 175 199 0 0.13 0.01 0.21 306.67 0.2 0.74
Hex CA AF C7 0 D 1 15 133 14 4A
Octal 312 257 307 0 15 1 25 463 24 112
Binary 11001010 10101111 11000111 0 1101 1 10101 100110011 10100 1001010

Color Harmonies of #CAAFC7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAAFC7

Black with #CAAFC7

Text Example


Text Example

White with #CAAFC7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAAFC7; }

 p { color: rgb(202,175,199); }

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

background-color css

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

 a { background-color: rgb(202,175,199); }

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

border-color css

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

 span { border-color: rgb(202,175,199); }

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