#C0C1DD

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

Shades of Lavender Grey #C0C1DD

Tints of Lavender Grey #C0C1DD

Color information

#C0C1DD (or 0xC0C1DD) is unknown color: approx Lavender Grey. HEX triplet: C0, C1 and DD. RGB value is (192,193,221). Sum of RGB (Red+Green+Blue) = 192+193+221=606 (80% of max value = 765). Red value is 192 (75.39% from 255 or 31.68% from 606); Green value is 193 (75.78% from 255 or 31.85% from 606); Blue value is 221 (86.72% from 255 or 36.47% from 606); Max value from RGB is 221 - color contains mainly: blue. Hex color #C0C1DD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C0C1DD is #3F3E22. Grayscale: #C3C3C3. Windows color (decimal): -4144675 or 14533056. OLE color: 14533056.

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

Color convert

RGB192193221-
CMYK0.130.1300.13
HSL237.93º29.9%80.98%-
HSV(B)237.93º13.12%86.67%-
XYZ53.8654.5776.1-
YUV195.89142.17125.22-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 31.68%
GREEN value IS 193 (75.78% from 255) = 31.85%
BLUE value IS 221 (86.72% from 255) = 36.47%
R=31.68%
G=31.85%
B=36.47%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1921932210.130.1300.13237.9329.980.98
HexC0C1DDDD0Dee1e51
Octal300301335151501535636121
Binary110000001100000111011101110111010110111101110111101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0C1DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0C1DD; }

 p { color: rgb(192,193,221); }

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

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

 a { background-color: rgb(192,193,221); }

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

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

 span { border-color: rgb(192,193,221); }

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