#C8C7FB

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

Shades of Lavender Blue #C8C7FB

Tints of Lavender Blue #C8C7FB

Color information

#C8C7FB (or 0xC8C7FB) is unknown color: approx Lavender Blue. HEX triplet: C8, C7 and FB. RGB value is (200,199,251). Sum of RGB (Red+Green+Blue) = 200+199+251=650 (86% of max value = 765). Red value is 200 (78.52% from 255 or 30.77% from 650); Green value is 199 (78.12% from 255 or 30.62% from 650); Blue value is 251 (98.44% from 255 or 38.62% from 650); Max value from RGB is 251 - color contains mainly: blue. Hex color #C8C7FB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C8C7FB is #373804. Grayscale: #CDCDCD. Windows color (decimal): -3618821 or 16500680. OLE color: 16500680.

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

Color convert

RGB200199251-
CMYK0.200.2100.02
HSL241.15º86.67%88.24%-
HSV(B)241.15º20.72%98.43%-
XYZ61.6660.0999.62-
YUV205.23153.83124.27-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 30.77%
GREEN value IS 199 (78.12% from 255) = 30.62%
BLUE value IS 251 (98.44% from 255) = 38.62%
R=30.77%
G=30.62%
B=38.62%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2001992510.200.2100.02241.1586.6788.24
HexC8C7FB141502f15758
Octal310307373242502361127130
Binary11001000110001111111101110100101010101111000110101111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8C7FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8C7FB; }

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

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

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

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

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

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

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

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