#C5C2DD

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

Shades of Lavender Grey #C5C2DD

Tints of Lavender Grey #C5C2DD

Color information

#C5C2DD (or 0xC5C2DD) is unknown color: approx Lavender Grey. HEX triplet: C5, C2 and DD. RGB value is (197,194,221). Sum of RGB (Red+Green+Blue) = 197+194+221=612 (81% of max value = 765). Red value is 197 (77.34% from 255 or 32.19% from 612); Green value is 194 (76.17% from 255 or 31.70% from 612); Blue value is 221 (86.72% from 255 or 36.11% from 612); Max value from RGB is 221 - color contains mainly: blue. Hex color #C5C2DD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C5C2DD is #3A3D22. Grayscale: #C5C5C5. Windows color (decimal): -3816739 or 14533317. OLE color: 14533317.

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

Color convert

RGB197194221-
CMYK0.110.1200.13
HSL246.67º28.42%81.37%-
HSV(B)246.67º12.22%86.67%-
XYZ55.3755.6776.23-
YUV197.98140.99127.3-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 32.19%
GREEN value IS 194 (76.17% from 255) = 31.70%
BLUE value IS 221 (86.72% from 255) = 36.11%
R=32.19%
G=31.70%
B=36.11%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1971942210.110.1200.13246.6728.4281.37
HexC5C2DDBC0Df71c51
Octal305302335131401536734121
Binary110001011100001011011101101111000110111110111111001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5C2DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5C2DD; }

 p { color: rgb(197,194,221); }

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

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

 a { background-color: rgb(197,194,221); }

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

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

 span { border-color: rgb(197,194,221); }

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