#C9D4FF

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

Shades of Lavender Blue #C9D4FF

Tints of Lavender Blue #C9D4FF

Color information

#C9D4FF (or 0xC9D4FF) is unknown color: approx Lavender Blue. HEX triplet: C9, D4 and FF. RGB value is (201,212,255). Sum of RGB (Red+Green+Blue) = 201+212+255=668 (88% of max value = 765). Red value is 201 (78.91% from 255 or 30.09% from 668); Green value is 212 (83.20% from 255 or 31.74% from 668); Blue value is 255 (100% from 255 or 38.17% from 668); Max value from RGB is 255 - color contains mainly: blue. Hex color #C9D4FF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C9D4FF is #362B00. Grayscale: #D5D5D5. Windows color (decimal): -3549953 or 16766153. OLE color: 16766153.

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

Color convert

RGB201212255-
CMYK0.210.1700
HSL227.78º100%89.41%-
HSV(B)227.78º21.18%100%-
XYZ65.6866.72104.03-
YUV213.61151.36119-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 30.09%
GREEN value IS 212 (83.20% from 255) = 31.74%
BLUE value IS 255 (100% from 255) = 38.17%
R=30.09%
G=31.74%
B=38.17%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2012122550.210.1700227.7810089.41
HexC9D4FF151100e46459
Octal311324377252100344144131
Binary1100100111010100111111111010110001001110010011001001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9D4FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9D4FF; }

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

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

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

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

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

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

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

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