#C9C8F6

Color #C9C8F6 Lavender Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Lavender Blue #C9C8F6

Tints of Lavender Blue #C9C8F6

Color information

#C9C8F6 (or 0xC9C8F6) is unknown color: approx Lavender Blue. HEX triplet: C9, C8 and F6. RGB value is (201,200,246). Sum of RGB (Red+Green+Blue) = 201+200+246=647 (85% of max value = 765). Red value is 201 (78.91% from 255 or 31.07% from 647); Green value is 200 (78.52% from 255 or 30.91% from 647); Blue value is 246 (96.48% from 255 or 38.02% from 647); Max value from RGB is 246 - color contains mainly: blue. Hex color #C9C8F6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C9C8F6 is #363709. Grayscale: #CDCDCD. Windows color (decimal): -3553034 or 16173257. OLE color: 16173257.

HSL color Cylindrical-coordinate representation of color #C9C8F6: hue angle of 241.3º degrees, saturation: 0.72, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #C9C8F6 is Cyan = 0.18, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB201200246-
CMYK0.180.1900.04
HSL241.3º71.88%87.45%-
HSV(B)241.3º18.7%96.47%-
XYZ61.3860.3895.61-
YUV205.54150.83124.76-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 31.07%
GREEN value IS 200 (78.52% from 255) = 30.91%
BLUE value IS 246 (96.48% from 255) = 38.02%
R=31.07%
G=30.91%
B=38.02%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2012002460.180.1900.04241.371.8887.45
HexC9C8F6121304f14857
Octal311310366222304361110127
Binary110010011100100011110110100101001101001111000110010001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9C8F6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9C8F6; }

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

 H1.HeaderClassName
 {
   color: #C9C8F6;
 }
 .AnyTagClassName
 {
   color: #C9C8F6;
 }
</style>
background-color css

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

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

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

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

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

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