Html Css Color HEX #C5C6DC Lavender Grey

📋 copy color: '#C5C6DC'

red 197 ◦ green 198 ◦ blue 220

#C5C6DC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Lavender Grey #C5C6DC

Tints of Lavender Grey #C5C6DC

RGB

 RED value IS 197 (77.34% from 255) = 32.03%

 GREEN value IS 198 (77.73% from 255) = 32.2%

 BLUE value IS 220 (86.33% from 255) = 35.77%

R = 32.03%
G = 32.2%
B = 35.77%

CMYK

 C value IS 0.10

 M value IS 0.1

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#C5C6DC (or 0xC5C6DC) is known color: Lavender Grey. HEX triplet: C5, C6 and DC. RGB value is (197,198,220). Sum of RGB (Red+Green+Blue) = 197+198+220=615 (81% of max value = 765). Red value is 197 (77.34% from 255 or 32.03% from 615); Green value is 198 (77.73% from 255 or 32.20% from 615); Blue value is 220 (86.33% from 255 or 35.77% from 615); Max value from RGB is 220 - color contains mainly: blue. Hex color #C5C6DC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C5C6DC is #3A3923. Grayscale: #C8C8C8. Windows color (decimal): -3815716 or 14468805. OLE color: 14468805.

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

Color convert

RGB 197 198 220 -
CMYK 0.10 0.1 0 0.14
HSL 237.39º 0.25% 0.82% -
HSV(B) 237.39º 0.1% 0.86% -
XYZ 56.14 57.43 75.84 -
YUV 200.21 139.17 125.71 -
System Red Green Blue C M Y K H S L
Decimal 197 198 220 0.10 0.1 0 0.14 237.39 0.25 0.82
Hex C5 C6 DC A A 0 E ED 19 52
Octal 305 306 334 12 12 0 16 355 31 122
Binary 11000101 11000110 11011100 1010 1010 0 1110 11101101 11001 1010010

Color Harmonies of #C5C6DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5C6DC

Black with #C5C6DC

Text Example


Text Example

White with #C5C6DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5C6DC; }

 p { color: rgb(197,198,220); }

 H1.HeaderClassName
 {
   color: #C5C6DC;
 }
 .AnyTagClassName
 {
   color: #C5C6DC;
 }
</style>

background-color css

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

 a { background-color: rgb(197,198,220); }

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

border-color css

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

 span { border-color: rgb(197,198,220); }

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