#CAC1FA

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

Shades of Lavender Blue #CAC1FA

Tints of Lavender Blue #CAC1FA

Color information

#CAC1FA (or 0xCAC1FA) is unknown color: approx Lavender Blue. HEX triplet: CA, C1 and FA. RGB value is (202,193,250). Sum of RGB (Red+Green+Blue) = 202+193+250=645 (85% of max value = 765). Red value is 202 (79.30% from 255 or 31.32% from 645); Green value is 193 (75.78% from 255 or 29.92% from 645); Blue value is 250 (98.05% from 255 or 38.76% from 645); Max value from RGB is 250 - color contains mainly: blue. Hex color #CAC1FA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CAC1FA is #353E05. Grayscale: #C9C9C9. Windows color (decimal): -3489286 or 16433610. OLE color: 16433610.

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

Color convert

RGB202193250-
CMYK0.190.2300.02
HSL249.47º85.07%86.86%-
HSV(B)249.47º22.8%98.04%-
XYZ60.6857.698.36-
YUV202.19154.98127.87-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 31.32%
GREEN value IS 193 (75.78% from 255) = 29.92%
BLUE value IS 250 (98.05% from 255) = 38.76%
R=31.32%
G=29.92%
B=38.76%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2021932500.190.2300.02249.4785.0786.86
HexCAC1FA131702f95557
Octal312301372232702371125127
Binary11001010110000011111101010011101110101111100110101011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAC1FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAC1FA; }

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

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

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

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

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

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

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

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