#C9CBEB

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

Shades of Lavender Blue #C9CBEB

Tints of Lavender Blue #C9CBEB

Color information

#C9CBEB (or 0xC9CBEB) is unknown color: approx Lavender Blue. HEX triplet: C9, CB and EB. RGB value is (201,203,235). Sum of RGB (Red+Green+Blue) = 201+203+235=639 (84% of max value = 765). Red value is 201 (78.91% from 255 or 31.46% from 639); Green value is 203 (79.69% from 255 or 31.77% from 639); Blue value is 235 (92.19% from 255 or 36.78% from 639); Max value from RGB is 235 - color contains mainly: blue. Hex color #C9CBEB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C9CBEB is #363414. Grayscale: #CDCDCD. Windows color (decimal): -3552277 or 15453129. OLE color: 15453129.

HSL color Cylindrical-coordinate representation of color #C9CBEB: hue angle of 236.47º degrees, saturation: 0.46, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #C9CBEB is Cyan = 0.14, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB201203235-
CMYK0.140.1400.08
HSL236.47º45.95%85.49%-
HSV(B)236.47º14.47%92.16%-
XYZ60.4461.1387.21-
YUV206.05144.34124.4-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 31.46%
GREEN value IS 203 (79.69% from 255) = 31.77%
BLUE value IS 235 (92.19% from 255) = 36.78%
R=31.46%
G=31.77%
B=36.78%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2012032350.140.1400.08236.4745.9585.49
HexC9CBEBEE08ec2e55
Octal311313353161601035456125
Binary1100100111001011111010111110111001000111011001011101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9CBEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9CBEB; }

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

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

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

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

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

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

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

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