#CAC5FA

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

Shades of Lavender Blue #CAC5FA

Tints of Lavender Blue #CAC5FA

Color information

#CAC5FA (or 0xCAC5FA) is unknown color: approx Lavender Blue. HEX triplet: CA, C5 and FA. RGB value is (202,197,250). Sum of RGB (Red+Green+Blue) = 202+197+250=649 (85% of max value = 765). Red value is 202 (79.30% from 255 or 31.12% from 649); Green value is 197 (77.34% from 255 or 30.35% from 649); Blue value is 250 (98.05% from 255 or 38.52% from 649); Max value from RGB is 250 - color contains mainly: blue. Hex color #CAC5FA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CAC5FA is #353A05. Grayscale: #CCCCCC. Windows color (decimal): -3488262 or 16434634. OLE color: 16434634.

HSL color Cylindrical-coordinate representation of color #CAC5FA: hue angle of 245.66º degrees, saturation: 0.84, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #CAC5FA is Cyan = 0.19, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB202197250-
CMYK0.190.2100.02
HSL245.66º84.13%87.65%-
HSV(B)245.66º21.2%98.04%-
XYZ61.5859.3998.66-
YUV204.54153.66126.19-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 31.12%
GREEN value IS 197 (77.34% from 255) = 30.35%
BLUE value IS 250 (98.05% from 255) = 38.52%
R=31.12%
G=30.35%
B=38.52%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2021972500.190.2100.02245.6684.1387.65
HexCAC5FA131502f65458
Octal312305372232502366124130
Binary11001010110001011111101010011101010101111011010101001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAC5FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAC5FA; }

 p { color: rgb(202,197,250); }

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

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

 a { background-color: rgb(202,197,250); }

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

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

 span { border-color: rgb(202,197,250); }

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