Html Css Color HEX #C8C6DD Lavender Grey

📋 copy color: '#C8C6DD'

red 200 ◦ green 198 ◦ blue 221

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

Shades of Lavender Grey #C8C6DD

Tints of Lavender Grey #C8C6DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 35.7%

R = 32.31%
G = 31.99%
B = 35.7%

CMYK

 C value IS 0.10

 M value IS 0.10

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C8C6DD (or 0xC8C6DD) is known color: Lavender Grey. HEX triplet: C8, C6 and DD. RGB value is (200,198,221). Sum of RGB (Red+Green+Blue) = 200+198+221=619 (81% of max value = 765). Red value is 200 (78.52% from 255 or 32.31% from 619); Green value is 198 (77.73% from 255 or 31.99% from 619); Blue value is 221 (86.72% from 255 or 35.70% from 619); Max value from RGB is 221 - color contains mainly: blue. Hex color #C8C6DD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C8C6DD is #373922. Grayscale: #C9C9C9. Windows color (decimal): -3619107 or 14534344. OLE color: 14534344.

HSL color Cylindrical-coordinate representation of color #C8C6DD: hue angle of 245.22º degrees, saturation: 0.25, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #C8C6DD is Cyan = 0.10, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 200 198 221 -
CMYK 0.10 0.10 0 0.13
HSL 245.22º 0.25% 0.82% -
HSV(B) 245.22º 0.1% 0.87% -
XYZ 57.06 57.89 76.57 -
YUV 201.22 139.16 127.13 -
System Red Green Blue C M Y K H S L
Decimal 200 198 221 0.10 0.10 0 0.13 245.22 0.25 0.82
Hex C8 C6 DD A A 0 D F5 19 52
Octal 310 306 335 12 12 0 15 365 31 122
Binary 11001000 11000110 11011101 1010 1010 0 1101 11110101 11001 1010010

Color Harmonies of #C8C6DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8C6DD

Black with #C8C6DD

Text Example


Text Example

White with #C8C6DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8C6DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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