#CAC9EC

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

Shades of Lavender Blue #CAC9EC

Tints of Lavender Blue #CAC9EC

Color information

#CAC9EC (or 0xCAC9EC) is unknown color: approx Lavender Blue. HEX triplet: CA, C9 and EC. RGB value is (202,201,236). Sum of RGB (Red+Green+Blue) = 202+201+236=639 (84% of max value = 765). Red value is 202 (79.30% from 255 or 31.61% from 639); Green value is 201 (78.91% from 255 or 31.46% from 639); Blue value is 236 (92.58% from 255 or 36.93% from 639); Max value from RGB is 236 - color contains mainly: blue. Hex color #CAC9EC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CAC9EC is #353613. Grayscale: #CDCDCD. Windows color (decimal): -3487252 or 15518154. OLE color: 15518154.

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

Color convert

RGB202201236-
CMYK0.140.1500.07
HSL241.71º47.95%85.69%-
HSV(B)241.71º14.83%92.55%-
XYZ60.3860.3987.83-
YUV205.29145.33125.65-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 31.61%
GREEN value IS 201 (78.91% from 255) = 31.46%
BLUE value IS 236 (92.58% from 255) = 36.93%
R=31.61%
G=31.46%
B=36.93%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2022012360.140.1500.07241.7147.9585.69
HexCAC9ECEF07f23056
Octal31231135416170736260126
Binary110010101100100111101100111011110111111100101100001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAC9EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAC9EC; }

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

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

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

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

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

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

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

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