Html Css Color HEX #CAC7DC Lavender Grey

📋 copy color: '#CAC7DC'

red 202 ◦ green 199 ◦ blue 220

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

Shades of Lavender Grey #CAC7DC

Tints of Lavender Grey #CAC7DC

RGB

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

 GREEN value IS 199 (78.13% from 255) = 32.05%

 BLUE value IS 220 (86.33% from 255) = 35.43%

R = 32.53%
G = 32.05%
B = 35.43%

CMYK

 C value IS 0.08

 M value IS 0.10

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#CAC7DC (or 0xCAC7DC) is known color: Lavender Grey. HEX triplet: CA, C7 and DC. RGB value is (202,199,220). Sum of RGB (Red+Green+Blue) = 202+199+220=621 (82% of max value = 765). Red value is 202 (79.30% from 255 or 32.53% from 621); Green value is 199 (78.12% from 255 or 32.05% from 621); Blue value is 220 (86.33% from 255 or 35.43% from 621); Max value from RGB is 220 - color contains mainly: blue. Hex color #CAC7DC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CAC7DC is #353823. Grayscale: #CACACA. Windows color (decimal): -3487780 or 14469066. OLE color: 14469066.

HSL color Cylindrical-coordinate representation of color #CAC7DC: hue angle of 248.57º degrees, saturation: 0.23, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #CAC7DC is Cyan = 0.08, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 202 199 220 -
CMYK 0.08 0.10 0 0.14
HSL 248.57º 0.23% 0.82% -
HSV(B) 248.57º 0.1% 0.86% -
XYZ 57.7 58.57 75.97 -
YUV 202.29 137.99 127.79 -
System Red Green Blue C M Y K H S L
Decimal 202 199 220 0.08 0.10 0 0.14 248.57 0.23 0.82
Hex CA C7 DC 8 A 0 E F9 17 52
Octal 312 307 334 10 12 0 16 371 27 122
Binary 11001010 11000111 11011100 1000 1010 0 1110 11111001 10111 1010010

Color Harmonies of #CAC7DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAC7DC

Black with #CAC7DC

Text Example


Text Example

White with #CAC7DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAC7DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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