Html Css Color HEX #CAC9DC Lavender Grey

📋 copy color: '#CAC9DC'

red 202 ◦ green 201 ◦ blue 220

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

Shades of Lavender Grey #CAC9DC

Tints of Lavender Grey #CAC9DC

RGB

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

 GREEN value IS 201 (78.91% from 255) = 32.26%

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

R = 32.42%
G = 32.26%
B = 35.31%

CMYK

 C value IS 0.08

 M value IS 0.09

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#CAC9DC (or 0xCAC9DC) is known color: Lavender Grey. HEX triplet: CA, C9 and DC. RGB value is (202,201,220). Sum of RGB (Red+Green+Blue) = 202+201+220=623 (82% of max value = 765). Red value is 202 (79.30% from 255 or 32.42% from 623); Green value is 201 (78.91% from 255 or 32.26% from 623); Blue value is 220 (86.33% from 255 or 35.31% from 623); Max value from RGB is 220 - color contains mainly: blue. Hex color #CAC9DC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CAC9DC is #353623. Grayscale: #CBCBCB. Windows color (decimal): -3487268 or 14469578. OLE color: 14469578.

HSL color Cylindrical-coordinate representation of color #CAC9DC: hue angle of 243.16º degrees, saturation: 0.21, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #CAC9DC is Cyan = 0.08, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 202 201 220 -
CMYK 0.08 0.09 0 0.14
HSL 243.16º 0.21% 0.83% -
HSV(B) 243.16º 0.09% 0.86% -
XYZ 58.16 59.5 76.13 -
YUV 203.47 137.33 126.96 -
System Red Green Blue C M Y K H S L
Decimal 202 201 220 0.08 0.09 0 0.14 243.16 0.21 0.83
Hex CA C9 DC 8 9 0 E F3 15 53
Octal 312 311 334 10 11 0 16 363 25 123
Binary 11001010 11001001 11011100 1000 1001 0 1110 11110011 10101 1010011

Color Harmonies of #CAC9DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAC9DC

Black with #CAC9DC

Text Example


Text Example

White with #CAC9DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAC9DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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