#C9CEF9

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

Shades of Lavender Blue #C9CEF9

Tints of Lavender Blue #C9CEF9

Color information

#C9CEF9 (or 0xC9CEF9) is unknown color: approx Lavender Blue. HEX triplet: C9, CE and F9. RGB value is (201,206,249). Sum of RGB (Red+Green+Blue) = 201+206+249=656 (86% of max value = 765). Red value is 201 (78.91% from 255 or 30.64% from 656); Green value is 206 (80.86% from 255 or 31.40% from 656); Blue value is 249 (97.66% from 255 or 37.96% from 656); Max value from RGB is 249 - color contains mainly: blue. Hex color #C9CEF9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C9CEF9 is #363106. Grayscale: #D1D1D1. Windows color (decimal): -3551495 or 16371401. OLE color: 16371401.

HSL color Cylindrical-coordinate representation of color #C9CEF9: hue angle of 233.75º degrees, saturation: 0.8, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #C9CEF9 is Cyan = 0.19, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB201206249-
CMYK0.190.1700.02
HSL233.75º80%88.24%-
HSV(B)233.75º19.28%97.65%-
XYZ63.2663.498.53-
YUV209.41150.34122-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 30.64%
GREEN value IS 206 (80.86% from 255) = 31.40%
BLUE value IS 249 (97.66% from 255) = 37.96%
R=30.64%
G=31.40%
B=37.96%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2012062490.190.1700.02233.758088.24
HexC9CEF9131102ea5058
Octal311316371232102352120130
Binary11001001110011101111100110011100010101110101010100001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9CEF9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9CEF9; }

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

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

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

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

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

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

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

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