#C8C9EF

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

Shades of Lavender Blue #C8C9EF

Tints of Lavender Blue #C8C9EF

Color information

#C8C9EF (or 0xC8C9EF) is unknown color: approx Lavender Blue. HEX triplet: C8, C9 and EF. RGB value is (200,201,239). Sum of RGB (Red+Green+Blue) = 200+201+239=640 (84% of max value = 765). Red value is 200 (78.52% from 255 or 31.25% from 640); Green value is 201 (78.91% from 255 or 31.41% from 640); Blue value is 239 (93.75% from 255 or 37.34% from 640); Max value from RGB is 239 - color contains mainly: blue. Hex color #C8C9EF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C8C9EF is #373610. Grayscale: #CCCCCC. Windows color (decimal): -3618321 or 15714760. OLE color: 15714760.

HSL color Cylindrical-coordinate representation of color #C8C9EF: hue angle of 238.46º degrees, saturation: 0.55, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #C8C9EF is Cyan = 0.16, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB200201239-
CMYK0.160.1600.06
HSL238.46º54.93%86.08%-
HSV(B)238.46º16.32%93.73%-
XYZ60.2960.2890.12-
YUV205.03147.17124.41-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 31.25%
GREEN value IS 201 (78.91% from 255) = 31.41%
BLUE value IS 239 (93.75% from 255) = 37.34%
R=31.25%
G=31.41%
B=37.34%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2002012390.160.1600.06238.4654.9386.08
HexC8C9EF101006ee3756
Octal31031135720200635667126
Binary11001000110010011110111110000100000110111011101101111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8C9EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8C9EF; }

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

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

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

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

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

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

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

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