Html Css Color HEX #C5C7DC Lavender Grey

📋 copy color: '#C5C7DC'

red 197 ◦ green 199 ◦ blue 220

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

Shades of Lavender Grey #C5C7DC

Tints of Lavender Grey #C5C7DC

RGB

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

 GREEN value IS 199 (78.13% from 255) = 32.31%

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

R = 31.98%
G = 32.31%
B = 35.71%

CMYK

 C value IS 0.10

 M value IS 0.10

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#C5C7DC (or 0xC5C7DC) is known color: Lavender Grey. HEX triplet: C5, C7 and DC. RGB value is (197,199,220). Sum of RGB (Red+Green+Blue) = 197+199+220=616 (81% of max value = 765). Red value is 197 (77.34% from 255 or 31.98% from 616); Green value is 199 (78.12% from 255 or 32.31% from 616); Blue value is 220 (86.33% from 255 or 35.71% from 616); Max value from RGB is 220 - color contains mainly: blue. Hex color #C5C7DC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C5C7DC is #3A3823. Grayscale: #C8C8C8. Windows color (decimal): -3815460 or 14469061. OLE color: 14469061.

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

Color convert

RGB 197 199 220 -
CMYK 0.10 0.10 0 0.14
HSL 234.78º 0.25% 0.82% -
HSV(B) 234.78º 0.1% 0.86% -
XYZ 56.37 57.88 75.91 -
YUV 200.8 138.84 125.29 -
System Red Green Blue C M Y K H S L
Decimal 197 199 220 0.10 0.10 0 0.14 234.78 0.25 0.82
Hex C5 C7 DC A A 0 E EB 19 52
Octal 305 307 334 12 12 0 16 353 31 122
Binary 11000101 11000111 11011100 1010 1010 0 1110 11101011 11001 1010010

Color Harmonies of #C5C7DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5C7DC

Black with #C5C7DC

Text Example


Text Example

White with #C5C7DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5C7DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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