#C9CBEE

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

Shades of Lavender Blue #C9CBEE

Tints of Lavender Blue #C9CBEE

Color information

#C9CBEE (or 0xC9CBEE) is unknown color: approx Lavender Blue. HEX triplet: C9, CB and EE. RGB value is (201,203,238). Sum of RGB (Red+Green+Blue) = 201+203+238=642 (85% of max value = 765). Red value is 201 (78.91% from 255 or 31.31% from 642); Green value is 203 (79.69% from 255 or 31.62% from 642); Blue value is 238 (93.36% from 255 or 37.07% from 642); Max value from RGB is 238 - color contains mainly: blue. Hex color #C9CBEE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C9CBEE is #363411. Grayscale: #CECECE. Windows color (decimal): -3552274 or 15649737. OLE color: 15649737.

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

Color convert

RGB201203238-
CMYK0.160.1500.07
HSL236.76º52.11%86.08%-
HSV(B)236.76º15.55%93.33%-
XYZ60.8861.389.51-
YUV206.39145.84124.15-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 31.31%
GREEN value IS 203 (79.69% from 255) = 31.62%
BLUE value IS 238 (93.36% from 255) = 37.07%
R=31.31%
G=31.62%
B=37.07%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2012032380.160.1500.07236.7652.1186.08
HexC9CBEE10F07ed3456
Octal31131335620170735564126
Binary1100100111001011111011101000011110111111011011101001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9CBEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9CBEE; }

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

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

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

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

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

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

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

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