#C8C5FB

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

Shades of Lavender Blue #C8C5FB

Tints of Lavender Blue #C8C5FB

Color information

#C8C5FB (or 0xC8C5FB) is unknown color: approx Lavender Blue. HEX triplet: C8, C5 and FB. RGB value is (200,197,251). Sum of RGB (Red+Green+Blue) = 200+197+251=648 (85% of max value = 765). Red value is 200 (78.52% from 255 or 30.86% from 648); Green value is 197 (77.34% from 255 or 30.40% from 648); Blue value is 251 (98.44% from 255 or 38.73% from 648); Max value from RGB is 251 - color contains mainly: blue. Hex color #C8C5FB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C8C5FB is #373A04. Grayscale: #CBCBCB. Windows color (decimal): -3619333 or 16500168. OLE color: 16500168.

HSL color Cylindrical-coordinate representation of color #C8C5FB: hue angle of 243.33º degrees, saturation: 0.87, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #C8C5FB is Cyan = 0.20, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB200197251-
CMYK0.200.2200.02
HSL243.33º87.1%87.84%-
HSV(B)243.33º21.51%98.43%-
XYZ61.259.1899.46-
YUV204.05154.49125.11-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 30.86%
GREEN value IS 197 (77.34% from 255) = 30.40%
BLUE value IS 251 (98.44% from 255) = 38.73%
R=30.86%
G=30.40%
B=38.73%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2001972510.200.2200.02243.3387.187.84
HexC8C5FB141602f35758
Octal310305373242602363127130
Binary11001000110001011111101110100101100101111001110101111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8C5FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8C5FB; }

 p { color: rgb(200,197,251); }

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

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

 a { background-color: rgb(200,197,251); }

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

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

 span { border-color: rgb(200,197,251); }

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