Html Css Color HEX #C7C8DC Lavender Grey

📋 copy color: '#C7C8DC'

red 199 ◦ green 200 ◦ blue 220

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

Shades of Lavender Grey #C7C8DC

Tints of Lavender Grey #C7C8DC

RGB

 RED value IS 199 (78.13% from 255) = 32.15%

 GREEN value IS 200 (78.52% from 255) = 32.31%

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

R = 32.15%
G = 32.31%
B = 35.54%

CMYK

 C value IS 0.10

 M value IS 0.09

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#C7C8DC (or 0xC7C8DC) is known color: Lavender Grey. HEX triplet: C7, C8 and DC. RGB value is (199,200,220). Sum of RGB (Red+Green+Blue) = 199+200+220=619 (81% of max value = 765). Red value is 199 (78.12% from 255 or 32.15% from 619); Green value is 200 (78.52% from 255 or 32.31% from 619); Blue value is 220 (86.33% from 255 or 35.54% from 619); Max value from RGB is 220 - color contains mainly: blue. Hex color #C7C8DC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C7C8DC is #383723. Grayscale: #C9C9C9. Windows color (decimal): -3684132 or 14469319. OLE color: 14469319.

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

Color convert

RGB 199 200 220 -
CMYK 0.10 0.09 0 0.14
HSL 237.14º 0.23% 0.82% -
HSV(B) 237.14º 0.1% 0.86% -
XYZ 57.13 58.62 76.01 -
YUV 201.98 138.17 125.87 -
System Red Green Blue C M Y K H S L
Decimal 199 200 220 0.10 0.09 0 0.14 237.14 0.23 0.82
Hex C7 C8 DC A 9 0 E ED 17 52
Octal 307 310 334 12 11 0 16 355 27 122
Binary 11000111 11001000 11011100 1010 1001 0 1110 11101101 10111 1010010

Color Harmonies of #C7C8DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7C8DC

Black with #C7C8DC

Text Example


Text Example

White with #C7C8DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7C8DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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