#C9D3FD

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

Shades of Lavender Blue #C9D3FD

Tints of Lavender Blue #C9D3FD

Color information

#C9D3FD (or 0xC9D3FD) is unknown color: approx Lavender Blue. HEX triplet: C9, D3 and FD. RGB value is (201,211,253). Sum of RGB (Red+Green+Blue) = 201+211+253=665 (88% of max value = 765). Red value is 201 (78.91% from 255 or 30.23% from 665); Green value is 211 (82.81% from 255 or 31.73% from 665); Blue value is 253 (99.22% from 255 or 38.05% from 665); Max value from RGB is 253 - color contains mainly: blue. Hex color #C9D3FD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C9D3FD is #362C02. Grayscale: #D4D4D4. Windows color (decimal): -3550211 or 16634825. OLE color: 16634825.

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

Color convert

RGB201211253-
CMYK0.210.1700.01
HSL228.46º92.86%89.02%-
HSV(B)228.46º20.55%99.22%-
XYZ65.1166.1102.25-
YUV212.8150.69119.58-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 30.23%
GREEN value IS 211 (82.81% from 255) = 31.73%
BLUE value IS 253 (99.22% from 255) = 38.05%
R=30.23%
G=31.73%
B=38.05%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2012112530.210.1700.01228.4692.8689.02
HexC9D3FD151101e45d59
Octal311323375252101344135131
Binary1100100111010011111111011010110001011110010010111011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9D3FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9D3FD; }

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

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

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

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

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

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

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

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