#CAC2F1

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

Shades of Lavender Blue #CAC2F1

Tints of Lavender Blue #CAC2F1

Color information

#CAC2F1 (or 0xCAC2F1) is unknown color: approx Lavender Blue. HEX triplet: CA, C2 and F1. RGB value is (202,194,241). Sum of RGB (Red+Green+Blue) = 202+194+241=637 (84% of max value = 765). Red value is 202 (79.30% from 255 or 31.71% from 637); Green value is 194 (76.17% from 255 or 30.46% from 637); Blue value is 241 (94.53% from 255 or 37.83% from 637); Max value from RGB is 241 - color contains mainly: blue. Hex color #CAC2F1 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CAC2F1 is #353D0E. Grayscale: #C9C9C9. Windows color (decimal): -3489039 or 15844042. OLE color: 15844042.

HSL color Cylindrical-coordinate representation of color #CAC2F1: hue angle of 250.21º degrees, saturation: 0.63, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #CAC2F1 is Cyan = 0.16, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB202194241-
CMYK0.160.2000.05
HSL250.21º62.67%85.29%-
HSV(B)250.21º19.5%94.51%-
XYZ59.5357.4991.18-
YUV201.75150.15128.18-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 31.71%
GREEN value IS 194 (76.17% from 255) = 30.46%
BLUE value IS 241 (94.53% from 255) = 37.83%
R=31.71%
G=30.46%
B=37.83%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2021942410.160.2000.05250.2162.6785.29
HexCAC2F1101405fa3f55
Octal31230236120240537277125
Binary11001010110000101111000110000101000101111110101111111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAC2F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAC2F1; }

 p { color: rgb(202,194,241); }

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

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

 a { background-color: rgb(202,194,241); }

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

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

 span { border-color: rgb(202,194,241); }

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