#C9B7FE

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

Shades of Lavender Blue #C9B7FE

Tints of Lavender Blue #C9B7FE

Color information

#C9B7FE (or 0xC9B7FE) is unknown color: approx Lavender Blue. HEX triplet: C9, B7 and FE. RGB value is (201,183,254). Sum of RGB (Red+Green+Blue) = 201+183+254=638 (84% of max value = 765). Red value is 201 (78.91% from 255 or 31.50% from 638); Green value is 183 (71.88% from 255 or 28.68% from 638); Blue value is 254 (99.61% from 255 or 39.81% from 638); Max value from RGB is 254 - color contains mainly: blue. Hex color #C9B7FE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C9B7FE is #364801. Grayscale: #C4C4C4. Windows color (decimal): -3557378 or 16693193. OLE color: 16693193.

HSL color Cylindrical-coordinate representation of color #C9B7FE: hue angle of 255.21º degrees, saturation: 0.97, lightness: 0.86%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #C9B7FE is Cyan = 0.21, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB201183254-
CMYK0.210.2800.00
HSL255.21º97.26%85.69%-
HSV(B)255.21º27.95%99.61%-
XYZ58.9153.44100.98-
YUV196.48160.46131.23-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 31.50%
GREEN value IS 183 (71.88% from 255) = 28.68%
BLUE value IS 254 (99.61% from 255) = 39.81%
R=31.50%
G=28.68%
B=39.81%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2011832540.210.2800.00255.2197.2685.69
HexC9B7FE151C00ff6156
Octal311267376253400377141126
Binary1100100110110111111111101010111100001111111111000011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9B7FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9B7FE; }

 p { color: rgb(201,183,254); }

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

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

 a { background-color: rgb(201,183,254); }

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

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

 span { border-color: rgb(201,183,254); }

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