#C9CAEA

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

Shades of Lavender Blue #C9CAEA

Tints of Lavender Blue #C9CAEA

Color information

#C9CAEA (or 0xC9CAEA) is unknown color: approx Lavender Blue. HEX triplet: C9, CA and EA. RGB value is (201,202,234). Sum of RGB (Red+Green+Blue) = 201+202+234=637 (84% of max value = 765). Red value is 201 (78.91% from 255 or 31.55% from 637); Green value is 202 (79.30% from 255 or 31.71% from 637); Blue value is 234 (91.80% from 255 or 36.73% from 637); Max value from RGB is 234 - color contains mainly: blue. Hex color #C9CAEA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C9CAEA is #363515. Grayscale: #CDCDCD. Windows color (decimal): -3552534 or 15387337. OLE color: 15387337.

HSL color Cylindrical-coordinate representation of color #C9CAEA: hue angle of 238.18º degrees, saturation: 0.44, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #C9CAEA is Cyan = 0.14, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB201202234-
CMYK0.140.1400.08
HSL238.18º44%85.29%-
HSV(B)238.18º14.1%91.76%-
XYZ60.0660.686.37-
YUV205.35144.17124.9-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 31.55%
GREEN value IS 202 (79.30% from 255) = 31.71%
BLUE value IS 234 (91.80% from 255) = 36.73%
R=31.55%
G=31.71%
B=36.73%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2012022340.140.1400.08238.184485.29
HexC9CAEAEE08ee2c55
Octal311312352161601035654125
Binary1100100111001010111010101110111001000111011101011001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9CAEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9CAEA; }

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

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

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

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

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

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

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

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