#CAC5FB

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

Shades of Lavender Blue #CAC5FB

Tints of Lavender Blue #CAC5FB

Color information

#CAC5FB (or 0xCAC5FB) is unknown color: approx Lavender Blue. HEX triplet: CA, C5 and FB. RGB value is (202,197,251). Sum of RGB (Red+Green+Blue) = 202+197+251=650 (86% of max value = 765). Red value is 202 (79.30% from 255 or 31.08% from 650); Green value is 197 (77.34% from 255 or 30.31% from 650); Blue value is 251 (98.44% from 255 or 38.62% from 650); Max value from RGB is 251 - color contains mainly: blue. Hex color #CAC5FB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CAC5FB is #353A04. Grayscale: #CCCCCC. Windows color (decimal): -3488261 or 16500170. OLE color: 16500170.

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

Color convert

RGB202197251-
CMYK0.200.2200.02
HSL245.56º87.1%87.84%-
HSV(B)245.56º21.51%98.43%-
XYZ61.7459.4599.49-
YUV204.65154.16126.11-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 31.08%
GREEN value IS 197 (77.34% from 255) = 30.31%
BLUE value IS 251 (98.44% from 255) = 38.62%
R=31.08%
G=30.31%
B=38.62%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2021972510.200.2200.02245.5687.187.84
HexCAC5FB141602f65758
Octal312305373242602366127130
Binary11001010110001011111101110100101100101111011010101111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAC5FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAC5FB; }

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

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

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

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

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

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

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

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