Html Css Color HEX #C8C6D9 Lavender Grey

📋 copy color: '#C8C6D9'

red 200 ◦ green 198 ◦ blue 217

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

Shades of Lavender Grey #C8C6D9

Tints of Lavender Grey #C8C6D9

RGB

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

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

 BLUE value IS 217 (85.16% from 255) = 35.28%

R = 32.52%
G = 32.2%
B = 35.28%

CMYK

 C value IS 0.08

 M value IS 0.09

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#C8C6D9 (or 0xC8C6D9) is known color: Lavender Grey. HEX triplet: C8, C6 and D9. RGB value is (200,198,217). Sum of RGB (Red+Green+Blue) = 200+198+217=615 (81% of max value = 765). Red value is 200 (78.52% from 255 or 32.52% from 615); Green value is 198 (77.73% from 255 or 32.20% from 615); Blue value is 217 (85.16% from 255 or 35.28% from 615); Max value from RGB is 217 - color contains mainly: blue. Hex color #C8C6D9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C8C6D9 is #373926. Grayscale: #C8C8C8. Windows color (decimal): -3619111 or 14272200. OLE color: 14272200.

HSL color Cylindrical-coordinate representation of color #C8C6D9: hue angle of 246.32º degrees, saturation: 0.2, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #C8C6D9 is Cyan = 0.08, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 200 198 217 -
CMYK 0.08 0.09 0 0.15
HSL 246.32º 0.2% 0.81% -
HSV(B) 246.32º 0.09% 0.85% -
XYZ 56.54 57.68 73.8 -
YUV 200.76 137.16 127.46 -
System Red Green Blue C M Y K H S L
Decimal 200 198 217 0.08 0.09 0 0.15 246.32 0.2 0.81
Hex C8 C6 D9 8 9 0 F F6 14 51
Octal 310 306 331 10 11 0 17 366 24 121
Binary 11001000 11000110 11011001 1000 1001 0 1111 11110110 10100 1010001

Color Harmonies of #C8C6D9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8C6D9

Black with #C8C6D9

Text Example


Text Example

White with #C8C6D9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8C6D9; }

 p { color: rgb(200,198,217); }

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

background-color css

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

 a { background-color: rgb(200,198,217); }

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

border-color css

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

 span { border-color: rgb(200,198,217); }

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