Html Css Color HEX #C9C8D6 Lavender Grey

📋 copy color: '#C9C8D6'

red 201 ◦ green 200 ◦ blue 214

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

Shades of Lavender Grey #C9C8D6

Tints of Lavender Grey #C9C8D6

RGB

 RED value IS 201 (78.91% from 255) = 32.68%

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

 BLUE value IS 214 (83.98% from 255) = 34.8%

R = 32.68%
G = 32.52%
B = 34.8%

CMYK

 C value IS 0.06

 M value IS 0.07

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#C9C8D6 (or 0xC9C8D6) is known color: Lavender Grey. HEX triplet: C9, C8 and D6. RGB value is (201,200,214). Sum of RGB (Red+Green+Blue) = 201+200+214=615 (81% of max value = 765). Red value is 201 (78.91% from 255 or 32.68% from 615); Green value is 200 (78.52% from 255 or 32.52% from 615); Blue value is 214 (83.98% from 255 or 34.80% from 615); Max value from RGB is 214 - color contains mainly: blue. Hex color #C9C8D6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C9C8D6 is #363729. Grayscale: #C9C9C9. Windows color (decimal): -3553066 or 14076105. OLE color: 14076105.

HSL color Cylindrical-coordinate representation of color #C9C8D6: hue angle of 244.29º degrees, saturation: 0.15, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #C9C8D6 is Cyan = 0.06, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 201 200 214 -
CMYK 0.06 0.07 0 0.16
HSL 244.29º 0.15% 0.81% -
HSV(B) 244.29º 0.07% 0.84% -
XYZ 56.88 58.58 71.93 -
YUV 201.9 134.83 127.36 -
System Red Green Blue C M Y K H S L
Decimal 201 200 214 0.06 0.07 0 0.16 244.29 0.15 0.81
Hex C9 C8 D6 6 7 0 10 F4 F 51
Octal 311 310 326 6 7 0 20 364 17 121
Binary 11001001 11001000 11010110 110 111 0 10000 11110100 1111 1010001

Color Harmonies of #C9C8D6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9C8D6

Black with #C9C8D6

Text Example


Text Example

White with #C9C8D6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9C8D6; }

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

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

background-color css

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

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

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

border-color css

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

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

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