#CAC6FF

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

Shades of Lavender Blue #CAC6FF

Tints of Lavender Blue #CAC6FF

Color information

#CAC6FF (or 0xCAC6FF) is unknown color: approx Lavender Blue. HEX triplet: CA, C6 and FF. RGB value is (202,198,255). Sum of RGB (Red+Green+Blue) = 202+198+255=655 (86% of max value = 765). Red value is 202 (79.30% from 255 or 30.84% from 655); Green value is 198 (77.73% from 255 or 30.23% from 655); Blue value is 255 (100% from 255 or 38.93% from 655); Max value from RGB is 255 - color contains mainly: blue. Hex color #CAC6FF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CAC6FF is #353900. Grayscale: #CDCDCD. Windows color (decimal): -3488001 or 16762570. OLE color: 16762570.

HSL color Cylindrical-coordinate representation of color #CAC6FF: hue angle of 244.21º degrees, saturation: 1, lightness: 0.89%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #CAC6FF is Cyan = 0.21, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB202198255-
CMYK0.210.2200
HSL244.21º100%88.82%-
HSV(B)244.21º22.35%100%-
XYZ62.660.16102.92-
YUV205.69155.83125.37-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 30.84%
GREEN value IS 198 (77.73% from 255) = 30.23%
BLUE value IS 255 (100% from 255) = 38.93%
R=30.84%
G=30.23%
B=38.93%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2021982550.210.2200244.2110088.82
HexCAC6FF151600f46459
Octal312306377252600364144131
Binary1100101011000110111111111010110110001111010011001001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAC6FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAC6FF; }

 p { color: rgb(202,198,255); }

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

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

 a { background-color: rgb(202,198,255); }

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

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

 span { border-color: rgb(202,198,255); }

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