#CAC6EB

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

Shades of Lavender Blue #CAC6EB

Tints of Lavender Blue #CAC6EB

Color information

#CAC6EB (or 0xCAC6EB) is unknown color: approx Lavender Blue. HEX triplet: CA, C6 and EB. RGB value is (202,198,235). Sum of RGB (Red+Green+Blue) = 202+198+235=635 (84% of max value = 765). Red value is 202 (79.30% from 255 or 31.81% from 635); Green value is 198 (77.73% from 255 or 31.18% from 635); Blue value is 235 (92.19% from 255 or 37.01% from 635); Max value from RGB is 235 - color contains mainly: blue. Hex color #CAC6EB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CAC6EB is #353914. Grayscale: #CBCBCB. Windows color (decimal): -3488021 or 15451850. OLE color: 15451850.

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

Color convert

RGB202198235-
CMYK0.140.1600.08
HSL246.49º48.05%84.9%-
HSV(B)246.49º15.74%92.16%-
XYZ59.5558.9486.84-
YUV203.41145.83126.99-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 31.81%
GREEN value IS 198 (77.73% from 255) = 31.18%
BLUE value IS 235 (92.19% from 255) = 37.01%
R=31.81%
G=31.18%
B=37.01%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2021982350.140.1600.08246.4948.0584.9
HexCAC6EBE1008f63055
Octal312306353162001036660125
Binary11001010110001101110101111101000001000111101101100001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAC6EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAC6EB; }

 p { color: rgb(202,198,235); }

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

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

 a { background-color: rgb(202,198,235); }

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

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

 span { border-color: rgb(202,198,235); }

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