#C8C5DB

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

Shades of Lavender Grey #C8C5DB

Tints of Lavender Grey #C8C5DB

Color information

#C8C5DB (or 0xC8C5DB) is unknown color: approx Lavender Grey. HEX triplet: C8, C5 and DB. RGB value is (200,197,219). Sum of RGB (Red+Green+Blue) = 200+197+219=616 (81% of max value = 765). Red value is 200 (78.52% from 255 or 32.47% from 616); Green value is 197 (77.34% from 255 or 31.98% from 616); Blue value is 219 (85.94% from 255 or 35.55% from 616); Max value from RGB is 219 - color contains mainly: blue. Hex color #C8C5DB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C8C5DB is #373A24. Grayscale: #C8C8C8. Windows color (decimal): -3619365 or 14403016. OLE color: 14403016.

HSL color Cylindrical-coordinate representation of color #C8C5DB: hue angle of 248.18º 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 #C8C5DB is Cyan = 0.09, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB200197219-
CMYK0.090.1000.14
HSL248.18º23.4%81.57%-
HSV(B)248.18º10.05%85.88%-
XYZ56.5757.3375.1-
YUV200.4138.49127.71-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 32.47%
GREEN value IS 197 (77.34% from 255) = 31.98%
BLUE value IS 219 (85.94% from 255) = 35.55%
R=32.47%
G=31.98%
B=35.55%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2001972190.090.1000.14248.1823.481.57
HexC8C5DB9A0Ef81752
Octal310305333111201637027122
Binary110010001100010111011011100110100111011111000101111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8C5DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8C5DB; }

 p { color: rgb(200,197,219); }

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

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

 a { background-color: rgb(200,197,219); }

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

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

 span { border-color: rgb(200,197,219); }

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