#CAC7F0

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

Shades of Lavender Blue #CAC7F0

Tints of Lavender Blue #CAC7F0

Color information

#CAC7F0 (or 0xCAC7F0) is unknown color: approx Lavender Blue. HEX triplet: CA, C7 and F0. RGB value is (202,199,240). Sum of RGB (Red+Green+Blue) = 202+199+240=641 (84% of max value = 765). Red value is 202 (79.30% from 255 or 31.51% from 641); Green value is 199 (78.12% from 255 or 31.05% from 641); Blue value is 240 (94.14% from 255 or 37.44% from 641); Max value from RGB is 240 - color contains mainly: blue. Hex color #CAC7F0 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CAC7F0 is #35380F. Grayscale: #CCCCCC. Windows color (decimal): -3487760 or 15779786. OLE color: 15779786.

HSL color Cylindrical-coordinate representation of color #CAC7F0: hue angle of 244.39º degrees, saturation: 0.58, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #CAC7F0 is Cyan = 0.16, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB202199240-
CMYK0.160.1700.06
HSL244.39º57.75%86.08%-
HSV(B)244.39º17.08%94.12%-
XYZ60.5159.6990.77-
YUV204.57147.99126.17-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 31.51%
GREEN value IS 199 (78.12% from 255) = 31.05%
BLUE value IS 240 (94.14% from 255) = 37.44%
R=31.51%
G=31.05%
B=37.44%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2021992400.160.1700.06244.3957.7586.08
HexCAC7F0101106f43a56
Octal31230736020210636472126
Binary11001010110001111111000010000100010110111101001110101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAC7F0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAC7F0; }

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

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

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

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

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

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

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

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