#C8C9EB

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

Shades of Lavender Blue #C8C9EB

Tints of Lavender Blue #C8C9EB

Color information

#C8C9EB (or 0xC8C9EB) is unknown color: approx Lavender Blue. HEX triplet: C8, C9 and EB. RGB value is (200,201,235). Sum of RGB (Red+Green+Blue) = 200+201+235=636 (84% of max value = 765). Red value is 200 (78.52% from 255 or 31.45% from 636); Green value is 201 (78.91% from 255 or 31.60% from 636); Blue value is 235 (92.19% from 255 or 36.95% from 636); Max value from RGB is 235 - color contains mainly: blue. Hex color #C8C9EB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C8C9EB is #373614. Grayscale: #CCCCCC. Windows color (decimal): -3618325 or 15452616. OLE color: 15452616.

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

Color convert

RGB200201235-
CMYK0.150.1400.08
HSL238.29º46.67%85.29%-
HSV(B)238.29º14.89%92.16%-
XYZ59.760.0587.04-
YUV204.58145.17124.74-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 31.45%
GREEN value IS 201 (78.91% from 255) = 31.60%
BLUE value IS 235 (92.19% from 255) = 36.95%
R=31.45%
G=31.60%
B=36.95%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2002012350.150.1400.08238.2946.6785.29
HexC8C9EBFE08ee2f55
Octal310311353171601035657125
Binary1100100011001001111010111111111001000111011101011111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8C9EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8C9EB; }

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

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

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

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

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

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

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

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