#C9CBF9

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

Shades of Lavender Blue #C9CBF9

Tints of Lavender Blue #C9CBF9

Color information

#C9CBF9 (or 0xC9CBF9) is unknown color: approx Lavender Blue. HEX triplet: C9, CB and F9. RGB value is (201,203,249). Sum of RGB (Red+Green+Blue) = 201+203+249=653 (86% of max value = 765). Red value is 201 (78.91% from 255 or 30.78% from 653); Green value is 203 (79.69% from 255 or 31.09% from 653); Blue value is 249 (97.66% from 255 or 38.13% from 653); Max value from RGB is 249 - color contains mainly: blue. Hex color #C9CBF9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C9CBF9 is #363406. Grayscale: #CFCFCF. Windows color (decimal): -3552263 or 16370633. OLE color: 16370633.

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

Color convert

RGB201203249-
CMYK0.190.1800.02
HSL237.5º80%88.24%-
HSV(B)237.5º19.28%97.65%-
XYZ62.5461.9798.29-
YUV207.65151.34123.26-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 30.78%
GREEN value IS 203 (79.69% from 255) = 31.09%
BLUE value IS 249 (97.66% from 255) = 38.13%
R=30.78%
G=31.09%
B=38.13%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2012032490.190.1800.02237.58088.24
HexC9CBF9131202ee5058
Octal311313371232202356120130
Binary11001001110010111111100110011100100101110111010100001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9CBF9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9CBF9; }

 p { color: rgb(201,203,249); }

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

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

 a { background-color: rgb(201,203,249); }

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

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

 span { border-color: rgb(201,203,249); }

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