Html Css Color HEX #C9C6DF Lavender Grey

📋 copy color: '#C9C6DF'

red 201 ◦ green 198 ◦ blue 223

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

Shades of Lavender Grey #C9C6DF

Tints of Lavender Grey #C9C6DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 35.85%

R = 32.32%
G = 31.83%
B = 35.85%

CMYK

 C value IS 0.10

 M value IS 0.11

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C9C6DF (or 0xC9C6DF) is known color: Lavender Grey. HEX triplet: C9, C6 and DF. RGB value is (201,198,223). Sum of RGB (Red+Green+Blue) = 201+198+223=622 (82% of max value = 765). Red value is 201 (78.91% from 255 or 32.32% from 622); Green value is 198 (77.73% from 255 or 31.83% from 622); Blue value is 223 (87.5% from 255 or 35.85% from 622); Max value from RGB is 223 - color contains mainly: blue. Hex color #C9C6DF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C9C6DF is #363920. Grayscale: #C9C9C9. Windows color (decimal): -3553569 or 14665417. OLE color: 14665417.

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

Color convert

RGB 201 198 223 -
CMYK 0.10 0.11 0 0.13
HSL 247.2º 0.28% 0.83% -
HSV(B) 247.2º 0.11% 0.87% -
XYZ 57.6 58.13 78 -
YUV 201.75 139.99 127.47 -
System Red Green Blue C M Y K H S L
Decimal 201 198 223 0.10 0.11 0 0.13 247.2 0.28 0.83
Hex C9 C6 DF A B 0 D F7 1C 53
Octal 311 306 337 12 13 0 15 367 34 123
Binary 11001001 11000110 11011111 1010 1011 0 1101 11110111 11100 1010011

Color Harmonies of #C9C6DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9C6DF

Black with #C9C6DF

Text Example


Text Example

White with #C9C6DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9C6DF; }

 p { color: rgb(201,198,223); }

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

background-color css

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

 a { background-color: rgb(201,198,223); }

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

border-color css

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

 span { border-color: rgb(201,198,223); }

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