Html Css Color HEX #C8C9DC Lavender Grey

📋 copy color: '#C8C9DC'

red 200 ◦ green 201 ◦ blue 220

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

Shades of Lavender Grey #C8C9DC

Tints of Lavender Grey #C8C9DC

RGB

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

 GREEN value IS 201 (78.91% from 255) = 32.37%

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

R = 32.21%
G = 32.37%
B = 35.43%

CMYK

 C value IS 0.09

 M value IS 0.09

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#C8C9DC (or 0xC8C9DC) is known color: Lavender Grey. HEX triplet: C8, C9 and DC. RGB value is (200,201,220). Sum of RGB (Red+Green+Blue) = 200+201+220=621 (82% of max value = 765). Red value is 200 (78.52% from 255 or 32.21% from 621); Green value is 201 (78.91% from 255 or 32.37% from 621); Blue value is 220 (86.33% from 255 or 35.43% from 621); Max value from RGB is 220 - color contains mainly: blue. Hex color #C8C9DC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C8C9DC is #373623. Grayscale: #CACACA. Windows color (decimal): -3618340 or 14469576. OLE color: 14469576.

HSL color Cylindrical-coordinate representation of color #C8C9DC: hue angle of 237º degrees, saturation: 0.22, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #C8C9DC is Cyan = 0.09, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 200 201 220 -
CMYK 0.09 0.09 0 0.14
HSL 237º 0.22% 0.82% -
HSV(B) 237º 0.09% 0.86% -
XYZ 57.62 59.22 76.1 -
YUV 202.87 137.67 125.96 -
System Red Green Blue C M Y K H S L
Decimal 200 201 220 0.09 0.09 0 0.14 237 0.22 0.82
Hex C8 C9 DC 9 9 0 E ED 16 52
Octal 310 311 334 11 11 0 16 355 26 122
Binary 11001000 11001001 11011100 1001 1001 0 1110 11101101 10110 1010010

Color Harmonies of #C8C9DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8C9DC

Black with #C8C9DC

Text Example


Text Example

White with #C8C9DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8C9DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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