#C9CBFA

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

Shades of Lavender Blue #C9CBFA

Tints of Lavender Blue #C9CBFA

Color information

#C9CBFA (or 0xC9CBFA) is unknown color: approx Lavender Blue. HEX triplet: C9, CB and FA. RGB value is (201,203,250). Sum of RGB (Red+Green+Blue) = 201+203+250=654 (86% of max value = 765). Red value is 201 (78.91% from 255 or 30.73% from 654); Green value is 203 (79.69% from 255 or 31.04% from 654); Blue value is 250 (98.05% from 255 or 38.23% from 654); Max value from RGB is 250 - color contains mainly: blue. Hex color #C9CBFA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C9CBFA is #363405. Grayscale: #CFCFCF. Windows color (decimal): -3552262 or 16436169. OLE color: 16436169.

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

Color convert

RGB201203250-
CMYK0.200.1900.02
HSL237.55º83.05%88.43%-
HSV(B)237.55º19.6%98.04%-
XYZ62.762.0399.11-
YUV207.76151.84123.18-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 30.73%
GREEN value IS 203 (79.69% from 255) = 31.04%
BLUE value IS 250 (98.05% from 255) = 38.23%
R=30.73%
G=31.04%
B=38.23%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2012032500.200.1900.02237.5583.0588.43
HexC9CBFA141302ee5358
Octal311313372242302356123130
Binary11001001110010111111101010100100110101110111010100111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9CBFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9CBFA; }

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

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

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

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

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

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

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

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