Html Css Color HEX #C8C7DC Lavender Grey

📋 copy color: '#C8C7DC'

red 200 ◦ green 199 ◦ blue 220

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

Shades of Lavender Grey #C8C7DC

Tints of Lavender Grey #C8C7DC

RGB

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

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

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

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

CMYK

 C value IS 0.09

 M value IS 0.10

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#C8C7DC (or 0xC8C7DC) is known color: Lavender Grey. HEX triplet: C8, C7 and DC. RGB value is (200,199,220). Sum of RGB (Red+Green+Blue) = 200+199+220=619 (81% of max value = 765). Red value is 200 (78.52% from 255 or 32.31% from 619); Green value is 199 (78.12% from 255 or 32.15% 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 #C8C7DC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C8C7DC is #373823. Grayscale: #C9C9C9. Windows color (decimal): -3618852 or 14469064. OLE color: 14469064.

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

Color convert

RGB 200 199 220 -
CMYK 0.09 0.10 0 0.14
HSL 242.86º 0.23% 0.82% -
HSV(B) 242.86º 0.1% 0.86% -
XYZ 57.16 58.29 75.95 -
YUV 201.69 138.33 126.79 -
System Red Green Blue C M Y K H S L
Decimal 200 199 220 0.09 0.10 0 0.14 242.86 0.23 0.82
Hex C8 C7 DC 9 A 0 E F3 17 52
Octal 310 307 334 11 12 0 16 363 27 122
Binary 11001000 11000111 11011100 1001 1010 0 1110 11110011 10111 1010010

Color Harmonies of #C8C7DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8C7DC

Black with #C8C7DC

Text Example


Text Example

White with #C8C7DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8C7DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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