#C9B7FF

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

Shades of Lavender Blue #C9B7FF

Tints of Lavender Blue #C9B7FF

Color information

#C9B7FF (or 0xC9B7FF) is unknown color: approx Lavender Blue. HEX triplet: C9, B7 and FF. RGB value is (201,183,255). Sum of RGB (Red+Green+Blue) = 201+183+255=639 (84% of max value = 765). Red value is 201 (78.91% from 255 or 31.46% from 639); Green value is 183 (71.88% from 255 or 28.64% from 639); Blue value is 255 (100% from 255 or 39.91% from 639); Max value from RGB is 255 - color contains mainly: blue. Hex color #C9B7FF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C9B7FF is #364800. Grayscale: #C4C4C4. Windows color (decimal): -3557377 or 16758729. OLE color: 16758729.

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

Color convert

RGB201183255-
CMYK0.210.2800
HSL255º100%85.88%-
HSV(B)255º28.24%100%-
XYZ59.0753.5101.82-
YUV196.59160.96131.15-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 31.46%
GREEN value IS 183 (71.88% from 255) = 28.64%
BLUE value IS 255 (100% from 255) = 39.91%
R=31.46%
G=28.64%
B=39.91%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2011832550.210.280025510085.88
HexC9B7FF151C00ff6456
Octal311267377253400377144126
Binary1100100110110111111111111010111100001111111111001001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9B7FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9B7FF; }

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

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

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

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

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

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

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

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