#C9CDF0

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

Shades of Lavender Blue #C9CDF0

Tints of Lavender Blue #C9CDF0

Color information

#C9CDF0 (or 0xC9CDF0) is unknown color: approx Lavender Blue. HEX triplet: C9, CD and F0. RGB value is (201,205,240). Sum of RGB (Red+Green+Blue) = 201+205+240=646 (85% of max value = 765). Red value is 201 (78.91% from 255 or 31.11% from 646); Green value is 205 (80.47% from 255 or 31.73% from 646); Blue value is 240 (94.14% from 255 or 37.15% from 646); Max value from RGB is 240 - color contains mainly: blue. Hex color #C9CDF0 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C9CDF0 is #36320F. Grayscale: #CFCFCF. Windows color (decimal): -3551760 or 15781321. OLE color: 15781321.

HSL color Cylindrical-coordinate representation of color #C9CDF0: hue angle of 233.85º degrees, saturation: 0.57, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #C9CDF0 is Cyan = 0.16, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB201205240-
CMYK0.160.1500.06
HSL233.85º56.52%86.47%-
HSV(B)233.85º16.25%94.12%-
XYZ61.6562.3791.23-
YUV207.79146.17123.15-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 31.11%
GREEN value IS 205 (80.47% from 255) = 31.73%
BLUE value IS 240 (94.14% from 255) = 37.15%
R=31.11%
G=31.73%
B=37.15%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2012052400.160.1500.06233.8556.5286.47
HexC9CDF010F06ea3956
Octal31131536020170635271126
Binary1100100111001101111100001000011110110111010101110011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9CDF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9CDF0; }

 p { color: rgb(201,205,240); }

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

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

 a { background-color: rgb(201,205,240); }

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

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

 span { border-color: rgb(201,205,240); }

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