#C9CCEE

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

Shades of Lavender Blue #C9CCEE

Tints of Lavender Blue #C9CCEE

Color information

#C9CCEE (or 0xC9CCEE) is unknown color: approx Lavender Blue. HEX triplet: C9, CC and EE. RGB value is (201,204,238). Sum of RGB (Red+Green+Blue) = 201+204+238=643 (85% of max value = 765). Red value is 201 (78.91% from 255 or 31.26% from 643); Green value is 204 (80.08% from 255 or 31.73% from 643); Blue value is 238 (93.36% from 255 or 37.01% from 643); Max value from RGB is 238 - color contains mainly: blue. Hex color #C9CCEE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C9CCEE is #363311. Grayscale: #CECECE. Windows color (decimal): -3552018 or 15649993. OLE color: 15649993.

HSL color Cylindrical-coordinate representation of color #C9CCEE: hue angle of 235.14º degrees, saturation: 0.52, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #C9CCEE is Cyan = 0.16, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB201204238-
CMYK0.160.1400.07
HSL235.14º52.11%86.08%-
HSV(B)235.14º15.55%93.33%-
XYZ61.1161.7889.59-
YUV206.98145.51123.74-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 31.26%
GREEN value IS 204 (80.08% from 255) = 31.73%
BLUE value IS 238 (93.36% from 255) = 37.01%
R=31.26%
G=31.73%
B=37.01%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2012042380.160.1400.07235.1452.1186.08
HexC9CCEE10E07eb3456
Octal31131435620160735364126
Binary1100100111001100111011101000011100111111010111101001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9CCEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9CCEE; }

 p { color: rgb(201,204,238); }

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

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

 a { background-color: rgb(201,204,238); }

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

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

 span { border-color: rgb(201,204,238); }

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