#C8C0FB

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

Shades of Lavender Blue #C8C0FB

Tints of Lavender Blue #C8C0FB

Color information

#C8C0FB (or 0xC8C0FB) is unknown color: approx Lavender Blue. HEX triplet: C8, C0 and FB. RGB value is (200,192,251). Sum of RGB (Red+Green+Blue) = 200+192+251=643 (85% of max value = 765). Red value is 200 (78.52% from 255 or 31.10% from 643); Green value is 192 (75.39% from 255 or 29.86% from 643); Blue value is 251 (98.44% from 255 or 39.04% from 643); Max value from RGB is 251 - color contains mainly: blue. Hex color #C8C0FB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C8C0FB is #373F04. Grayscale: #C8C8C8. Windows color (decimal): -3620613 or 16498888. OLE color: 16498888.

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

Color convert

RGB200192251-
CMYK0.200.2400.02
HSL248.14º88.06%86.86%-
HSV(B)248.14º23.51%98.43%-
XYZ60.0856.9499.09-
YUV201.12156.15127.2-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 31.10%
GREEN value IS 192 (75.39% from 255) = 29.86%
BLUE value IS 251 (98.44% from 255) = 39.04%
R=31.10%
G=29.86%
B=39.04%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2001922510.200.2400.02248.1488.0686.86
HexC8C0FB141802f85857
Octal310300373243002370130127
Binary11001000110000001111101110100110000101111100010110001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8C0FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8C0FB; }

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

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

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

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

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

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

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

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