#C9CCFE

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

Shades of Lavender Blue #C9CCFE

Tints of Lavender Blue #C9CCFE

Color information

#C9CCFE (or 0xC9CCFE) is unknown color: approx Lavender Blue. HEX triplet: C9, CC and FE. RGB value is (201,204,254). Sum of RGB (Red+Green+Blue) = 201+204+254=659 (87% of max value = 765). Red value is 201 (78.91% from 255 or 30.50% from 659); Green value is 204 (80.08% from 255 or 30.96% from 659); Blue value is 254 (99.61% from 255 or 38.54% from 659); Max value from RGB is 254 - color contains mainly: blue. Hex color #C9CCFE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C9CCFE is #363301. Grayscale: #D0D0D0. Windows color (decimal): -3552002 or 16698569. OLE color: 16698569.

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

Color convert

RGB201204254-
CMYK0.210.2000.00
HSL236.6º96.36%89.22%-
HSV(B)236.6º20.87%99.61%-
XYZ63.5762.76102.53-
YUV208.8153.51122.43-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 30.50%
GREEN value IS 204 (80.08% from 255) = 30.96%
BLUE value IS 254 (99.61% from 255) = 38.54%
R=30.50%
G=30.96%
B=38.54%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2012042540.210.2000.00236.696.3689.22
HexC9CCFE151400ed6059
Octal311314376252400355140131
Binary1100100111001100111111101010110100001110110111000001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9CCFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9CCFE; }

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

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

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

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

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

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

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

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