#C9CEFF

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

Shades of Lavender Blue #C9CEFF

Tints of Lavender Blue #C9CEFF

Color information

#C9CEFF (or 0xC9CEFF) is unknown color: approx Lavender Blue. HEX triplet: C9, CE and FF. RGB value is (201,206,255). Sum of RGB (Red+Green+Blue) = 201+206+255=662 (87% of max value = 765). Red value is 201 (78.91% from 255 or 30.36% from 662); Green value is 206 (80.86% from 255 or 31.12% from 662); Blue value is 255 (100% from 255 or 38.52% from 662); Max value from RGB is 255 - color contains mainly: blue. Hex color #C9CEFF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C9CEFF is #363100. Grayscale: #D1D1D1. Windows color (decimal): -3551489 or 16764617. OLE color: 16764617.

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

Color convert

RGB201206255-
CMYK0.210.1900
HSL234.44º100%89.41%-
HSV(B)234.44º21.18%100%-
XYZ64.2163.78103.53-
YUV210.09153.34121.52-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 30.36%
GREEN value IS 206 (80.86% from 255) = 31.12%
BLUE value IS 255 (100% from 255) = 38.52%
R=30.36%
G=31.12%
B=38.52%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2012062550.210.1900234.4410089.41
HexC9CEFF151300ea6459
Octal311316377252300352144131
Binary1100100111001110111111111010110011001110101011001001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9CEFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9CEFF; }

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

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

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

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

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

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

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

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