#CAC8EC

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

Shades of Lavender Blue #CAC8EC

Tints of Lavender Blue #CAC8EC

Color information

#CAC8EC (or 0xCAC8EC) is unknown color: approx Lavender Blue. HEX triplet: CA, C8 and EC. RGB value is (202,200,236). Sum of RGB (Red+Green+Blue) = 202+200+236=638 (84% of max value = 765). Red value is 202 (79.30% from 255 or 31.66% from 638); Green value is 200 (78.52% from 255 or 31.35% from 638); Blue value is 236 (92.58% from 255 or 36.99% from 638); Max value from RGB is 236 - color contains mainly: blue. Hex color #CAC8EC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CAC8EC is #353713. Grayscale: #CCCCCC. Windows color (decimal): -3487508 or 15517898. OLE color: 15517898.

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

Color convert

RGB202200236-
CMYK0.140.1500.07
HSL243.33º48.65%85.49%-
HSV(B)243.33º15.25%92.55%-
XYZ60.1559.9287.75-
YUV204.7145.66126.07-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 31.66%
GREEN value IS 200 (78.52% from 255) = 31.35%
BLUE value IS 236 (92.58% from 255) = 36.99%
R=31.66%
G=31.35%
B=36.99%

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
Decimal2022002360.140.1500.07243.3348.6585.49
HexCAC8ECEF07f33155
Octal31231035416170736361125
Binary110010101100100011101100111011110111111100111100011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAC8EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAC8EC; }

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

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

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

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

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

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

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

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