#CAC7FB

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

Shades of Lavender Blue #CAC7FB

Tints of Lavender Blue #CAC7FB

Color information

#CAC7FB (or 0xCAC7FB) is unknown color: approx Lavender Blue. HEX triplet: CA, C7 and FB. RGB value is (202,199,251). Sum of RGB (Red+Green+Blue) = 202+199+251=652 (86% of max value = 765). Red value is 202 (79.30% from 255 or 30.98% from 652); Green value is 199 (78.12% from 255 or 30.52% from 652); Blue value is 251 (98.44% from 255 or 38.50% from 652); Max value from RGB is 251 - color contains mainly: blue. Hex color #CAC7FB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CAC7FB is #353804. Grayscale: #CDCDCD. Windows color (decimal): -3487749 or 16500682. OLE color: 16500682.

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

Color convert

RGB202199251-
CMYK0.200.2100.02
HSL243.46º86.67%88.24%-
HSV(B)243.46º20.72%98.43%-
XYZ62.1960.3799.64-
YUV205.82153.49125.27-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 30.98%
GREEN value IS 199 (78.12% from 255) = 30.52%
BLUE value IS 251 (98.44% from 255) = 38.50%
R=30.98%
G=30.52%
B=38.50%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2021992510.200.2100.02243.4686.6788.24
HexCAC7FB141502f35758
Octal312307373242502363127130
Binary11001010110001111111101110100101010101111001110101111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAC7FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAC7FB; }

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

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

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

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

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

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

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

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