#C4C4DD

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

Shades of Lavender Grey #C4C4DD

Tints of Lavender Grey #C4C4DD

Color information

#C4C4DD (or 0xC4C4DD) is unknown color: approx Lavender Grey. HEX triplet: C4, C4 and DD. RGB value is (196,196,221). Sum of RGB (Red+Green+Blue) = 196+196+221=613 (81% of max value = 765). Red value is 196 (76.95% from 255 or 31.97% from 613); Green value is 196 (76.95% from 255 or 31.97% from 613); Blue value is 221 (86.72% from 255 or 36.05% from 613); Max value from RGB is 221 - color contains mainly: blue. Hex color #C4C4DD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C4C4DD is #3B3B22. Grayscale: #C6C6C6. Windows color (decimal): -3881763 or 14533828. OLE color: 14533828.

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

Color convert

RGB196196221-
CMYK0.110.1100.13
HSL240º26.88%81.76%-
HSV(B)240º11.31%86.67%-
XYZ55.5656.4476.37-
YUV198.85140.5125.97-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 31.97%
GREEN value IS 196 (76.95% from 255) = 31.97%
BLUE value IS 221 (86.72% from 255) = 36.05%
R=31.97%
G=31.97%
B=36.05%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1961962210.110.1100.1324026.8881.76
HexC4C4DDBB0Df01b52
Octal304304335131301536033122
Binary110001001100010011011101101110110110111110000110111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4C4DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4C4DD; }

 p { color: rgb(196,196,221); }

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

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

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

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

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

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

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