Html Css Color HEX #C5C6D0 Lavender Grey

📋 copy color: '#C5C6D0'

red 197 ◦ green 198 ◦ blue 208

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

Shades of Lavender Grey #C5C6D0

Tints of Lavender Grey #C5C6D0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 34.49%

R = 32.67%
G = 32.84%
B = 34.49%

CMYK

 C value IS 0.05

 M value IS 0.05

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#C5C6D0 (or 0xC5C6D0) is known color: Lavender Grey. HEX triplet: C5, C6 and D0. RGB value is (197,198,208). Sum of RGB (Red+Green+Blue) = 197+198+208=603 (79% of max value = 765). Red value is 197 (77.34% from 255 or 32.67% from 603); Green value is 198 (77.73% from 255 or 32.84% from 603); Blue value is 208 (81.64% from 255 or 34.49% from 603); Max value from RGB is 208 - color contains mainly: blue. Hex color #C5C6D0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C5C6D0 is #3A392F. Grayscale: #C6C6C6. Windows color (decimal): -3815728 or 13682373. OLE color: 13682373.

HSL color Cylindrical-coordinate representation of color #C5C6D0: hue angle of 234.55º degrees, saturation: 0.1, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #C5C6D0 is Cyan = 0.05, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 197 198 208 -
CMYK 0.05 0.05 0 0.18
HSL 234.55º 0.1% 0.79% -
HSV(B) 234.55º 0.05% 0.82% -
XYZ 54.61 56.81 67.76 -
YUV 198.84 133.17 126.69 -
System Red Green Blue C M Y K H S L
Decimal 197 198 208 0.05 0.05 0 0.18 234.55 0.1 0.79
Hex C5 C6 D0 5 5 0 12 EB A 4F
Octal 305 306 320 5 5 0 22 353 12 117
Binary 11000101 11000110 11010000 101 101 0 10010 11101011 1010 1001111

Color Harmonies of #C5C6D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5C6D0

Black with #C5C6D0

Text Example


Text Example

White with #C5C6D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5C6D0; }

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

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

background-color css

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

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

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

border-color css

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

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

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