#CAC5F0

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

Shades of Lavender Blue #CAC5F0

Tints of Lavender Blue #CAC5F0

Color information

#CAC5F0 (or 0xCAC5F0) is unknown color: approx Lavender Blue. HEX triplet: CA, C5 and F0. RGB value is (202,197,240). Sum of RGB (Red+Green+Blue) = 202+197+240=639 (84% of max value = 765). Red value is 202 (79.30% from 255 or 31.61% from 639); Green value is 197 (77.34% from 255 or 30.83% from 639); Blue value is 240 (94.14% from 255 or 37.56% from 639); Max value from RGB is 240 - color contains mainly: blue. Hex color #CAC5F0 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CAC5F0 is #353A0F. Grayscale: #CBCBCB. Windows color (decimal): -3488272 or 15779274. OLE color: 15779274.

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

Color convert

RGB202197240-
CMYK0.160.1800.06
HSL246.98º58.9%85.69%-
HSV(B)246.98º17.92%94.12%-
XYZ60.0558.7890.62-
YUV203.4148.66127-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 31.61%
GREEN value IS 197 (77.34% from 255) = 30.83%
BLUE value IS 240 (94.14% from 255) = 37.56%
R=31.61%
G=30.83%
B=37.56%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2021972400.160.1800.06246.9858.985.69
HexCAC5F0101206f73b56
Octal31230536020220636773126
Binary11001010110001011111000010000100100110111101111110111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAC5F0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAC5F0; }

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

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

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

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

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

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

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

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