#C8C6DD

Color #C8C6DD Lavender Grey (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Lavender Grey #C8C6DD

Tints of Lavender Grey #C8C6DD

Color information

#C8C6DD (or 0xC8C6DD) is unknown color: approx Lavender Grey. HEX triplet: C8, C6 and DD. RGB value is (200,198,221). Sum of RGB (Red+Green+Blue) = 200+198+221=619 (81% of max value = 765). Red value is 200 (78.52% from 255 or 32.31% from 619); Green value is 198 (77.73% from 255 or 31.99% from 619); Blue value is 221 (86.72% from 255 or 35.70% from 619); Max value from RGB is 221 - color contains mainly: blue. Hex color #C8C6DD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C8C6DD is #373922. Grayscale: #C9C9C9. Windows color (decimal): -3619107 or 14534344. OLE color: 14534344.

HSL color Cylindrical-coordinate representation of color #C8C6DD: hue angle of 245.22º degrees, saturation: 0.25, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #C8C6DD is Cyan = 0.10, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB200198221-
CMYK0.100.1000.13
HSL245.22º25.27%82.16%-
HSV(B)245.22º10.41%86.67%-
XYZ57.0657.8976.57-
YUV201.22139.16127.13-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 32.31%
GREEN value IS 198 (77.73% from 255) = 31.99%
BLUE value IS 221 (86.72% from 255) = 35.70%
R=32.31%
G=31.99%
B=35.70%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2001982210.100.1000.13245.2225.2782.16
HexC8C6DDAA0Df51952
Octal310306335121201536531122
Binary110010001100011011011101101010100110111110101110011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8C6DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8C6DD; }

 p { color: rgb(200,198,221); }

 H1.HeaderClassName
 {
   color: #C8C6DD;
 }
 .AnyTagClassName
 {
   color: #C8C6DD;
 }
</style>
background-color css

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

 a { background-color: rgb(200,198,221); }

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

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

 span { border-color: rgb(200,198,221); }

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