#C9CBEF

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

Shades of Lavender Blue #C9CBEF

Tints of Lavender Blue #C9CBEF

Color information

#C9CBEF (or 0xC9CBEF) is unknown color: approx Lavender Blue. HEX triplet: C9, CB and EF. RGB value is (201,203,239). Sum of RGB (Red+Green+Blue) = 201+203+239=643 (85% of max value = 765). Red value is 201 (78.91% from 255 or 31.26% from 643); Green value is 203 (79.69% from 255 or 31.57% from 643); Blue value is 239 (93.75% from 255 or 37.17% from 643); Max value from RGB is 239 - color contains mainly: blue. Hex color #C9CBEF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C9CBEF is #363410. Grayscale: #CECECE. Windows color (decimal): -3552273 or 15715273. OLE color: 15715273.

HSL color Cylindrical-coordinate representation of color #C9CBEF: hue angle of 236.84º degrees, saturation: 0.54, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #C9CBEF is Cyan = 0.16, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB201203239-
CMYK0.160.1500.06
HSL236.84º54.29%86.27%-
HSV(B)236.84º15.9%93.73%-
XYZ61.0261.3690.29-
YUV206.51146.34124.07-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 31.26%
GREEN value IS 203 (79.69% from 255) = 31.57%
BLUE value IS 239 (93.75% from 255) = 37.17%
R=31.26%
G=31.57%
B=37.17%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2012032390.160.1500.06236.8454.2986.27
HexC9CBEF10F06ed3656
Octal31131335720170635566126
Binary1100100111001011111011111000011110110111011011101101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9CBEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9CBEF; }

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

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

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

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

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

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

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

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