Html Css Color HEX #C9C7D6 Lavender Grey

📋 copy color: '#C9C7D6'

red 201 ◦ green 199 ◦ blue 214

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

Shades of Lavender Grey #C9C7D6

Tints of Lavender Grey #C9C7D6

RGB

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

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

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

R = 32.74%
G = 32.41%
B = 34.85%

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

#C9C7D6 (or 0xC9C7D6) is known color: Lavender Grey. HEX triplet: C9, C7 and D6. RGB value is (201,199,214). Sum of RGB (Red+Green+Blue) = 201+199+214=614 (81% of max value = 765). Red value is 201 (78.91% from 255 or 32.74% from 614); Green value is 199 (78.12% from 255 or 32.41% from 614); Blue value is 214 (83.98% from 255 or 34.85% from 614); Max value from RGB is 214 - color contains mainly: blue. Hex color #C9C7D6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C9C7D6 is #363829. Grayscale: #C9C9C9. Windows color (decimal): -3553322 or 14075849. OLE color: 14075849.

HSL color Cylindrical-coordinate representation of color #C9C7D6: hue angle of 248º 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 #C9C7D6 is Cyan = 0.06, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 201 199 214 -
CMYK 0.06 0.07 0 0.16
HSL 248º 0.15% 0.81% -
HSV(B) 248º 0.07% 0.84% -
XYZ 56.65 58.12 71.85 -
YUV 201.31 135.16 127.78 -
System Red Green Blue C M Y K H S L
Decimal 201 199 214 0.06 0.07 0 0.16 248 0.15 0.81
Hex C9 C7 D6 6 7 0 10 F8 F 51
Octal 311 307 326 6 7 0 20 370 17 121
Binary 11001001 11000111 11010110 110 111 0 10000 11111000 1111 1010001

Color Harmonies of #C9C7D6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9C7D6

Black with #C9C7D6

Text Example


Text Example

White with #C9C7D6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9C7D6; }

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

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

background-color css

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

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

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

border-color css

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

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

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