#CAC7EC

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

Shades of Lavender Blue #CAC7EC

Tints of Lavender Blue #CAC7EC

Color information

#CAC7EC (or 0xCAC7EC) is unknown color: approx Lavender Blue. HEX triplet: CA, C7 and EC. RGB value is (202,199,236). Sum of RGB (Red+Green+Blue) = 202+199+236=637 (84% of max value = 765). Red value is 202 (79.30% from 255 or 31.71% from 637); Green value is 199 (78.12% from 255 or 31.24% from 637); Blue value is 236 (92.58% from 255 or 37.05% from 637); Max value from RGB is 236 - color contains mainly: blue. Hex color #CAC7EC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CAC7EC is #353813. Grayscale: #CBCBCB. Windows color (decimal): -3487764 or 15517642. OLE color: 15517642.

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

Color convert

RGB202199236-
CMYK0.140.1600.07
HSL244.86º49.33%85.29%-
HSV(B)244.86º15.68%92.55%-
XYZ59.9259.4687.68-
YUV204.11145.99126.49-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 31.71%
GREEN value IS 199 (78.12% from 255) = 31.24%
BLUE value IS 236 (92.58% from 255) = 37.05%
R=31.71%
G=31.24%
B=37.05%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2021992360.140.1600.07244.8649.3385.29
HexCAC7ECE1007f53155
Octal31230735416200736561125
Binary1100101011000111111011001110100000111111101011100011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAC7EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAC7EC; }

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

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

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

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

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

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

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

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