#C9CEFA

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

Shades of Lavender Blue #C9CEFA

Tints of Lavender Blue #C9CEFA

Color information

#C9CEFA (or 0xC9CEFA) is unknown color: approx Lavender Blue. HEX triplet: C9, CE and FA. RGB value is (201,206,250). Sum of RGB (Red+Green+Blue) = 201+206+250=657 (87% of max value = 765). Red value is 201 (78.91% from 255 or 30.59% from 657); Green value is 206 (80.86% from 255 or 31.35% from 657); Blue value is 250 (98.05% from 255 or 38.05% from 657); Max value from RGB is 250 - color contains mainly: blue. Hex color #C9CEFA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C9CEFA is #363105. Grayscale: #D1D1D1. Windows color (decimal): -3551494 or 16436937. OLE color: 16436937.

HSL color Cylindrical-coordinate representation of color #C9CEFA: hue angle of 233.88º 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 #C9CEFA is Cyan = 0.20, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB201206250-
CMYK0.200.1800.02
HSL233.88º83.05%88.43%-
HSV(B)233.88º19.6%98.04%-
XYZ63.4163.4699.35-
YUV209.52150.84121.92-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 30.59%
GREEN value IS 206 (80.86% from 255) = 31.35%
BLUE value IS 250 (98.05% from 255) = 38.05%
R=30.59%
G=31.35%
B=38.05%

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
Decimal2012062500.200.1800.02233.8883.0588.43
HexC9CEFA141202ea5358
Octal311316372242202352123130
Binary11001001110011101111101010100100100101110101010100111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9CEFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9CEFA; }

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

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

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

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

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

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

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

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