Html Css Color HEX #C9C7D8 Lavender Grey

📋 copy color: '#C9C7D8'

red 201 ◦ green 199 ◦ blue 216

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

Shades of Lavender Grey #C9C7D8

Tints of Lavender Grey #C9C7D8

RGB

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

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

 BLUE value IS 216 (84.77% from 255) = 35.06%

R = 32.63%
G = 32.31%
B = 35.06%

CMYK

 C value IS 0.07

 M value IS 0.08

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#C9C7D8 (or 0xC9C7D8) is known color: Lavender Grey. HEX triplet: C9, C7 and D8. RGB value is (201,199,216). Sum of RGB (Red+Green+Blue) = 201+199+216=616 (81% of max value = 765). Red value is 201 (78.91% from 255 or 32.63% from 616); Green value is 199 (78.12% from 255 or 32.31% from 616); Blue value is 216 (84.77% from 255 or 35.06% from 616); Max value from RGB is 216 - color contains mainly: blue. Hex color #C9C7D8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C9C7D8 is #363827. Grayscale: #C9C9C9. Windows color (decimal): -3553320 or 14206921. OLE color: 14206921.

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

Color convert

RGB 201 199 216 -
CMYK 0.07 0.08 0 0.15
HSL 247.06º 0.18% 0.81% -
HSV(B) 247.06º 0.08% 0.85% -
XYZ 56.91 58.22 73.2 -
YUV 201.54 136.16 127.62 -
System Red Green Blue C M Y K H S L
Decimal 201 199 216 0.07 0.08 0 0.15 247.06 0.18 0.81
Hex C9 C7 D8 7 8 0 F F7 12 51
Octal 311 307 330 7 10 0 17 367 22 121
Binary 11001001 11000111 11011000 111 1000 0 1111 11110111 10010 1010001

Color Harmonies of #C9C7D8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9C7D8

Black with #C9C7D8

Text Example


Text Example

White with #C9C7D8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9C7D8; }

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

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

background-color css

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

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

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

border-color css

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

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

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