#C9C7FB

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

Shades of Lavender Blue #C9C7FB

Tints of Lavender Blue #C9C7FB

Color information

#C9C7FB (or 0xC9C7FB) is unknown color: approx Lavender Blue. HEX triplet: C9, C7 and FB. RGB value is (201,199,251). Sum of RGB (Red+Green+Blue) = 201+199+251=651 (86% of max value = 765). Red value is 201 (78.91% from 255 or 30.88% from 651); Green value is 199 (78.12% from 255 or 30.57% from 651); Blue value is 251 (98.44% from 255 or 38.56% from 651); Max value from RGB is 251 - color contains mainly: blue. Hex color #C9C7FB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C9C7FB is #363804. Grayscale: #CDCDCD. Windows color (decimal): -3553285 or 16500681. OLE color: 16500681.

HSL color Cylindrical-coordinate representation of color #C9C7FB: hue angle of 242.31º 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 #C9C7FB is Cyan = 0.20, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB201199251-
CMYK0.200.2100.02
HSL242.31º86.67%88.24%-
HSV(B)242.31º20.72%98.43%-
XYZ61.9260.2399.63-
YUV205.53153.66124.77-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 30.88%
GREEN value IS 199 (78.12% from 255) = 30.57%
BLUE value IS 251 (98.44% from 255) = 38.56%
R=30.88%
G=30.57%
B=38.56%

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
Decimal2011992510.200.2100.02242.3186.6788.24
HexC9C7FB141502f25758
Octal311307373242502362127130
Binary11001001110001111111101110100101010101111001010101111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9C7FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9C7FB; }

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

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

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

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

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

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

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

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