#C8C7EB

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

Shades of Lavender Blue #C8C7EB

Tints of Lavender Blue #C8C7EB

Color information

#C8C7EB (or 0xC8C7EB) is unknown color: approx Lavender Blue. HEX triplet: C8, C7 and EB. RGB value is (200,199,235). Sum of RGB (Red+Green+Blue) = 200+199+235=634 (83% of max value = 765). Red value is 200 (78.52% from 255 or 31.55% from 634); Green value is 199 (78.12% from 255 or 31.39% from 634); Blue value is 235 (92.19% from 255 or 37.07% from 634); Max value from RGB is 235 - color contains mainly: blue. Hex color #C8C7EB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C8C7EB is #373814. Grayscale: #CBCBCB. Windows color (decimal): -3618837 or 15452104. OLE color: 15452104.

HSL color Cylindrical-coordinate representation of color #C8C7EB: hue angle of 241.67º 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 #C8C7EB is Cyan = 0.15, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB200199235-
CMYK0.150.1500.08
HSL241.67º47.37%85.1%-
HSV(B)241.67º15.32%92.16%-
XYZ59.2459.1286.89-
YUV203.4145.83125.57-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 31.55%
GREEN value IS 199 (78.12% from 255) = 31.39%
BLUE value IS 235 (92.19% from 255) = 37.07%
R=31.55%
G=31.39%
B=37.07%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2001992350.150.1500.08241.6747.3785.1
HexC8C7EBFF08f22f55
Octal310307353171701036257125
Binary1100100011000111111010111111111101000111100101011111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8C7EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8C7EB; }

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

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

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

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

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

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

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

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