#C9CAEE

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

Shades of Lavender Blue #C9CAEE

Tints of Lavender Blue #C9CAEE

Color information

#C9CAEE (or 0xC9CAEE) is unknown color: approx Lavender Blue. HEX triplet: C9, CA and EE. RGB value is (201,202,238). Sum of RGB (Red+Green+Blue) = 201+202+238=641 (84% of max value = 765). Red value is 201 (78.91% from 255 or 31.36% from 641); Green value is 202 (79.30% from 255 or 31.51% from 641); Blue value is 238 (93.36% from 255 or 37.13% from 641); Max value from RGB is 238 - color contains mainly: blue. Hex color #C9CAEE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C9CAEE is #363511. Grayscale: #CDCDCD. Windows color (decimal): -3552530 or 15649481. OLE color: 15649481.

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

Color convert

RGB201202238-
CMYK0.160.1500.07
HSL238.38º52.11%86.08%-
HSV(B)238.38º15.55%93.33%-
XYZ60.6460.8389.43-
YUV205.8146.17124.57-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 31.36%
GREEN value IS 202 (79.30% from 255) = 31.51%
BLUE value IS 238 (93.36% from 255) = 37.13%
R=31.36%
G=31.51%
B=37.13%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2012022380.160.1500.07238.3852.1186.08
HexC9CAEE10F07ee3456
Octal31131235620170735664126
Binary1100100111001010111011101000011110111111011101101001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9CAEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9CAEE; }

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

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

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

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

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

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

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

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