#CAC2FB

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

Shades of Lavender Blue #CAC2FB

Tints of Lavender Blue #CAC2FB

Color information

#CAC2FB (or 0xCAC2FB) is unknown color: approx Lavender Blue. HEX triplet: CA, C2 and FB. RGB value is (202,194,251). Sum of RGB (Red+Green+Blue) = 202+194+251=647 (85% of max value = 765). Red value is 202 (79.30% from 255 or 31.22% from 647); Green value is 194 (76.17% from 255 or 29.98% from 647); Blue value is 251 (98.44% from 255 or 38.79% from 647); Max value from RGB is 251 - color contains mainly: blue. Hex color #CAC2FB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CAC2FB is #353D04. Grayscale: #CACACA. Windows color (decimal): -3489029 or 16499402. OLE color: 16499402.

HSL color Cylindrical-coordinate representation of color #CAC2FB: hue angle of 248.42º degrees, saturation: 0.88, 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 #CAC2FB is Cyan = 0.20, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB202194251-
CMYK0.200.2300.02
HSL248.42º87.69%87.25%-
HSV(B)248.42º22.71%98.43%-
XYZ61.0658.1199.26-
YUV202.89155.15127.37-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 31.22%
GREEN value IS 194 (76.17% from 255) = 29.98%
BLUE value IS 251 (98.44% from 255) = 38.79%
R=31.22%
G=29.98%
B=38.79%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2021942510.200.2300.02248.4287.6987.25
HexCAC2FB141702f85857
Octal312302373242702370130127
Binary11001010110000101111101110100101110101111100010110001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAC2FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAC2FB; }

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

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

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

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

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

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

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

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