#CAC6FE

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

Shades of Lavender Blue #CAC6FE

Tints of Lavender Blue #CAC6FE

Color information

#CAC6FE (or 0xCAC6FE) is unknown color: approx Lavender Blue. HEX triplet: CA, C6 and FE. RGB value is (202,198,254). Sum of RGB (Red+Green+Blue) = 202+198+254=654 (86% of max value = 765). Red value is 202 (79.30% from 255 or 30.89% from 654); Green value is 198 (77.73% from 255 or 30.28% from 654); Blue value is 254 (99.61% from 255 or 38.84% from 654); Max value from RGB is 254 - color contains mainly: blue. Hex color #CAC6FE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CAC6FE is #353901. Grayscale: #CDCDCD. Windows color (decimal): -3488002 or 16697034. OLE color: 16697034.

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

Color convert

RGB202198254-
CMYK0.200.2200.00
HSL244.29º96.55%88.63%-
HSV(B)244.29º22.05%99.61%-
XYZ62.4460.1102.08-
YUV205.58155.33125.45-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 30.89%
GREEN value IS 198 (77.73% from 255) = 30.28%
BLUE value IS 254 (99.61% from 255) = 38.84%
R=30.89%
G=30.28%
B=38.84%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2021982540.200.2200.00244.2996.5588.63
HexCAC6FE141600f46159
Octal312306376242600364141131
Binary1100101011000110111111101010010110001111010011000011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAC6FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAC6FE; }

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

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

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

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

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

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

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

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