#C9D0FE

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

Shades of Lavender Blue #C9D0FE

Tints of Lavender Blue #C9D0FE

Color information

#C9D0FE (or 0xC9D0FE) is unknown color: approx Lavender Blue. HEX triplet: C9, D0 and FE. RGB value is (201,208,254). Sum of RGB (Red+Green+Blue) = 201+208+254=663 (87% of max value = 765). Red value is 201 (78.91% from 255 or 30.32% from 663); Green value is 208 (81.64% from 255 or 31.37% from 663); Blue value is 254 (99.61% from 255 or 38.31% from 663); Max value from RGB is 254 - color contains mainly: blue. Hex color #C9D0FE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C9D0FE is #362F01. Grayscale: #D2D2D2. Windows color (decimal): -3550978 or 16699593. OLE color: 16699593.

HSL color Cylindrical-coordinate representation of color #C9D0FE: hue angle of 232.08º 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 #C9D0FE is Cyan = 0.21, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB201208254-
CMYK0.210.1800.00
HSL232.08º96.36%89.22%-
HSV(B)232.08º20.87%99.61%-
XYZ64.5364.69102.85-
YUV211.15152.18120.76-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 30.32%
GREEN value IS 208 (81.64% from 255) = 31.37%
BLUE value IS 254 (99.61% from 255) = 38.31%
R=30.32%
G=31.37%
B=38.31%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2012082540.210.1800.00232.0896.3689.22
HexC9D0FE151200e86059
Octal311320376252200350140131
Binary1100100111010000111111101010110010001110100011000001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9D0FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9D0FE; }

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

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

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

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

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

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

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

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