#CAC3F6

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

Shades of Lavender Blue #CAC3F6

Tints of Lavender Blue #CAC3F6

Color information

#CAC3F6 (or 0xCAC3F6) is unknown color: approx Lavender Blue. HEX triplet: CA, C3 and F6. RGB value is (202,195,246). Sum of RGB (Red+Green+Blue) = 202+195+246=643 (85% of max value = 765). Red value is 202 (79.30% from 255 or 31.42% from 643); Green value is 195 (76.56% from 255 or 30.33% from 643); Blue value is 246 (96.48% from 255 or 38.26% from 643); Max value from RGB is 246 - color contains mainly: blue. Hex color #CAC3F6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CAC3F6 is #353C09. Grayscale: #CACACA. Windows color (decimal): -3488778 or 16171978. OLE color: 16171978.

HSL color Cylindrical-coordinate representation of color #CAC3F6: hue angle of 248.24º degrees, saturation: 0.74, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #CAC3F6 is Cyan = 0.18, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB202195246-
CMYK0.180.2100.04
HSL248.24º73.91%86.47%-
HSV(B)248.24º20.73%96.47%-
XYZ60.5158.2495.24-
YUV202.91152.32127.35-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 31.42%
GREEN value IS 195 (76.56% from 255) = 30.33%
BLUE value IS 246 (96.48% from 255) = 38.26%
R=31.42%
G=30.33%
B=38.26%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2021952460.180.2100.04248.2473.9186.47
HexCAC3F6121504f84a56
Octal312303366222504370112126
Binary110010101100001111110110100101010101001111100010010101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAC3F6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAC3F6; }

 p { color: rgb(202,195,246); }

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

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

 a { background-color: rgb(202,195,246); }

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

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

 span { border-color: rgb(202,195,246); }

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