#C9CEFD

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

Shades of Lavender Blue #C9CEFD

Tints of Lavender Blue #C9CEFD

Color information

#C9CEFD (or 0xC9CEFD) is unknown color: approx Lavender Blue. HEX triplet: C9, CE and FD. RGB value is (201,206,253). Sum of RGB (Red+Green+Blue) = 201+206+253=660 (87% of max value = 765). Red value is 201 (78.91% from 255 or 30.45% from 660); Green value is 206 (80.86% from 255 or 31.21% from 660); Blue value is 253 (99.22% from 255 or 38.33% from 660); Max value from RGB is 253 - color contains mainly: blue. Hex color #C9CEFD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C9CEFD is #363102. Grayscale: #D1D1D1. Windows color (decimal): -3551491 or 16633545. OLE color: 16633545.

HSL color Cylindrical-coordinate representation of color #C9CEFD: hue angle of 234.23º degrees, saturation: 0.93, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #C9CEFD is Cyan = 0.21, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB201206253-
CMYK0.210.1900.01
HSL234.23º92.86%89.02%-
HSV(B)234.23º20.55%99.22%-
XYZ63.8963.65101.85-
YUV209.86152.34121.68-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 30.45%
GREEN value IS 206 (80.86% from 255) = 31.21%
BLUE value IS 253 (99.22% from 255) = 38.33%
R=30.45%
G=31.21%
B=38.33%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2012062530.210.1900.01234.2392.8689.02
HexC9CEFD151301ea5d59
Octal311316375252301352135131
Binary1100100111001110111111011010110011011110101010111011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9CEFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9CEFD; }

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

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

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

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

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

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

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

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