#C0BFDD

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

Shades of Lavender Grey #C0BFDD

Tints of Lavender Grey #C0BFDD

Color information

#C0BFDD (or 0xC0BFDD) is unknown color: approx Lavender Grey. HEX triplet: C0, BF and DD. RGB value is (192,191,221). Sum of RGB (Red+Green+Blue) = 192+191+221=604 (80% of max value = 765). Red value is 192 (75.39% from 255 or 31.79% from 604); Green value is 191 (75% from 255 or 31.62% from 604); Blue value is 221 (86.72% from 255 or 36.59% from 604); Max value from RGB is 221 - color contains mainly: blue. Hex color #C0BFDD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C0BFDD is #3F4022. Grayscale: #C2C2C2. Windows color (decimal): -4145187 or 14532544. OLE color: 14532544.

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

Color convert

RGB192191221-
CMYK0.130.1400.13
HSL242º30.61%80.78%-
HSV(B)242º13.57%86.67%-
XYZ53.4253.6975.95-
YUV194.72142.83126.06-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 31.79%
GREEN value IS 191 (75% from 255) = 31.62%
BLUE value IS 221 (86.72% from 255) = 36.59%
R=31.79%
G=31.62%
B=36.59%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1921912210.130.1400.1324230.6180.78
HexC0BFDDDE0Df21f51
Octal300277335151601536237121
Binary110000001011111111011101110111100110111110010111111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0BFDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0BFDD; }

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

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

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

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

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

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

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

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