#CAC4F0

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

Shades of Lavender Blue #CAC4F0

Tints of Lavender Blue #CAC4F0

Color information

#CAC4F0 (or 0xCAC4F0) is unknown color: approx Lavender Blue. HEX triplet: CA, C4 and F0. RGB value is (202,196,240). Sum of RGB (Red+Green+Blue) = 202+196+240=638 (84% of max value = 765). Red value is 202 (79.30% from 255 or 31.66% from 638); Green value is 196 (76.95% from 255 or 30.72% from 638); Blue value is 240 (94.14% from 255 or 37.62% from 638); Max value from RGB is 240 - color contains mainly: blue. Hex color #CAC4F0 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CAC4F0 is #353B0F. Grayscale: #CACACA. Windows color (decimal): -3488528 or 15779018. OLE color: 15779018.

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

Color convert

RGB202196240-
CMYK0.160.1800.06
HSL248.18º59.46%85.49%-
HSV(B)248.18º18.33%94.12%-
XYZ59.8358.3390.54-
YUV202.81148.99127.42-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 31.66%
GREEN value IS 196 (76.95% from 255) = 30.72%
BLUE value IS 240 (94.14% from 255) = 37.62%
R=31.66%
G=30.72%
B=37.62%

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
Decimal2021962400.160.1800.06248.1859.4685.49
HexCAC4F0101206f83b55
Octal31230436020220637073125
Binary11001010110001001111000010000100100110111110001110111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAC4F0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAC4F0; }

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

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

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

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

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

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

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

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