#C9CEFB

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

Shades of Lavender Blue #C9CEFB

Tints of Lavender Blue #C9CEFB

Color information

#C9CEFB (or 0xC9CEFB) is unknown color: approx Lavender Blue. HEX triplet: C9, CE and FB. RGB value is (201,206,251). Sum of RGB (Red+Green+Blue) = 201+206+251=658 (87% of max value = 765). Red value is 201 (78.91% from 255 or 30.55% from 658); Green value is 206 (80.86% from 255 or 31.31% from 658); Blue value is 251 (98.44% from 255 or 38.15% from 658); Max value from RGB is 251 - color contains mainly: blue. Hex color #C9CEFB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C9CEFB is #363104. Grayscale: #D1D1D1. Windows color (decimal): -3551493 or 16502473. OLE color: 16502473.

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

Color convert

RGB201206251-
CMYK0.200.1800.02
HSL234º86.21%88.63%-
HSV(B)234º19.92%98.43%-
XYZ63.5763.53100.18-
YUV209.64151.34121.84-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 30.55%
GREEN value IS 206 (80.86% from 255) = 31.31%
BLUE value IS 251 (98.44% from 255) = 38.15%
R=30.55%
G=31.31%
B=38.15%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2012062510.200.1800.0223486.2188.63
HexC9CEFB141202ea5659
Octal311316373242202352126131
Binary11001001110011101111101110100100100101110101010101101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9CEFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9CEFB; }

 p { color: rgb(201,206,251); }

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

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

 a { background-color: rgb(201,206,251); }

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

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

 span { border-color: rgb(201,206,251); }

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