#C9CAF0

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

Shades of Lavender Blue #C9CAF0

Tints of Lavender Blue #C9CAF0

Color information

#C9CAF0 (or 0xC9CAF0) is unknown color: approx Lavender Blue. HEX triplet: C9, CA and F0. RGB value is (201,202,240). Sum of RGB (Red+Green+Blue) = 201+202+240=643 (85% of max value = 765). Red value is 201 (78.91% from 255 or 31.26% from 643); Green value is 202 (79.30% from 255 or 31.42% from 643); Blue value is 240 (94.14% from 255 or 37.33% from 643); Max value from RGB is 240 - color contains mainly: blue. Hex color #C9CAF0 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C9CAF0 is #36350F. Grayscale: #CDCDCD. Windows color (decimal): -3552528 or 15780553. OLE color: 15780553.

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

Color convert

RGB201202240-
CMYK0.160.1600.06
HSL238.46º56.52%86.47%-
HSV(B)238.46º16.25%94.12%-
XYZ60.9460.9590.99-
YUV206.03147.17124.41-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 31.26%
GREEN value IS 202 (79.30% from 255) = 31.42%
BLUE value IS 240 (94.14% from 255) = 37.33%
R=31.26%
G=31.42%
B=37.33%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2012022400.160.1600.06238.4656.5286.47
HexC9CAF0101006ee3956
Octal31131236020200635671126
Binary11001001110010101111000010000100000110111011101110011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9CAF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9CAF0; }

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

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

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

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

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

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

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

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